Merge "Updated CN to "CN=registry.local" (r6, dsr6, r7, dsr7)"

This commit is contained in:
Zuul 2022-12-07 21:20:32 +00:00 committed by Gerrit Code Review
commit 1a7cc09e6f

View File

@ -36,10 +36,9 @@ use in a lab environment.
$ openssl genrsa -out my-server-key.pem 2048
#. Create the Server certificate signing request \(csr\).
#. Create the Server certificate signing request (csr).
Specify CN=<WRCP-OAM-Floating-IP> and do not specify a
challenge password.
Specify "CN=registry.local" and do not specify a challenge password.
.. code-block:: none
@ -65,3 +64,4 @@ use in a lab environment.
$ cat my-server-cert.pem my-server-key.pem > my-server.pem