Merge "[doc] Fix client key name in command"

This commit is contained in:
Zuul
2022-05-10 17:33:15 +00:00
committed by Gerrit Code Review

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.