Advertisement
snowe2010

Another one

Jan 29th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. ~]# ./create_ca_signed_cert.sh gitlab
  2. You must revoke the old gitlab certificate first!
  3. (cd /etc/pki_jungle/myCA/ && openssl ca -config openssl.my.cnf -revoke /etc/httpd/ssl.crt/gitlab.crt)
  4. After revoking you should backup the old certificate and key and then delete them from /etc/http/ssl.*
  5. [root@centosserver001 ~]# cd /etc/pki_jungle/myCA/ && openssl ca -config openssl.my.cnf -revoke /etc/httpd/ssl.crt/gitlab.crt
  6. Using configuration from openssl.my.cnf
  7. Enter pass phrase for ./private/myca.key:
  8. unable to load certificate
  9. 140444154591048:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: TRUSTED CERTIFICATE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement