Merge "Required SAN parameter for local registry (r6,r7,dsR6,dsR7)"

This commit is contained in:
Zuul 2022-09-12 16:46:44 +00:00 committed by Gerrit Code Review
commit 0480816fca
2 changed files with 6 additions and 1 deletions

View File

@ -73,6 +73,11 @@ Update the following fields:
- registry.central
- <external-FQDN-for-OAM-Floating-IP-Address, if applicable>
.. note::
By default after deployment, all system configurations have both OAM and
MGMT floating IPs in the docker registry certificate.
#. Apply the configuration.

View File

@ -49,7 +49,7 @@ use in a lab environment.
.. code-block:: none
$ echo subjectAltName = IP:<WRCP-OAM-Floating-IP>,DNS:registry.local,DNS:registry.central > extfile.cnf
$ echo subjectAltName = IP:<WRCP-OAM-Floating-IP>,IP:<WRCP-MGMT-Floating-IP>,DNS:registry.local,DNS:registry.central > extfile.cnf
#. Use the my-root-ca to sign the server certificate.