[doc] Fix client key name in command
Copy/paste issue was present, so if following guide you would override client CA key created on step 9 while generating client key for certificate. Change-Id: Icc06b48cfe57929030218555ab4b19b1db1ff68a
This commit is contained in:
@@ -199,7 +199,7 @@ can be used to create the required certificates.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ openssl genpkey -algorithm RSA -out private/ca.key.pem -aes-128-cbc -pkeyopt rsa_keygen_bits:2048
|
$ openssl genpkey -algorithm RSA -out private/client.key.pem -aes-128-cbc -pkeyopt rsa_keygen_bits:2048
|
||||||
|
|
||||||
12. Create the certificate request for the `client` certificate used on the
|
12. Create the certificate request for the `client` certificate used on the
|
||||||
controllers.
|
controllers.
|
||||||
|
|||||||
Reference in New Issue
Block a user