[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:
Dmitriy Rabotyagov
2022-04-21 12:39:36 +02:00
parent 21d74c373b
commit a88e86e74b

View File

@@ -199,7 +199,7 @@ can be used to create the required certificates.
.. 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
controllers.