Skip to content

Commit

Permalink
DOC-5800for5.0: Fixed ref to private key (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjhillman committed Sep 27, 2019
1 parent ad0c6c0 commit 38aab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security/pages/security-x509certsintro.adoc
Expand Up @@ -490,7 +490,7 @@ openssl req -new -x509 -days 3650 -sha256 -key ca.key -out ca.pem \
----
openssl req -new -key ca.key -out newcsr.csr
openssl x509 -req -days 3650 -sha256 -in newcsr.csr \
-signkey newca.key -out newca.pem
-signkey ca.key -out newca.pem
----

*** Generate a completely new root CA:
Expand Down

0 comments on commit 38aab89

Please sign in to comment.