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

Closes-Bug:1997489

Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
Change-Id: Ia119e8d8cf8db3a277b04cf3620f68129707f4dd
This commit is contained in:
Juanita-Balaraj 2022-11-21 15:16:46 -05:00
parent f466c33764
commit 35021e03fe

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