[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add information about SANs to external provider 54/116354/1
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 15 Dec 2020 07:57:34 +0000 (08:57 +0100)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 15 Dec 2020 08:00:43 +0000 (09:00 +0100)
Issue-ID: OOM-2559
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Ib4cb6d07db38aff7cfe1bdb1710d3c2c193cfcdf

docs/sections/external-provider.rst

index 2ae1de9..fe89762 100644 (file)
@@ -58,6 +58,8 @@ Signed certificate as well as trust anchor (CA root certificate) will be stored
 
 By default certificates will be stored in PEM format. It is possible to get certificates also in JKS and P12 format - see example below - more information can be found on official cert manager page.
 
+The following SANs types are supported: DNS names, IPs, URIs, emails.
+
 Here is an example of a *Certificate*:
 
 .. code-block:: yaml
@@ -83,10 +85,16 @@ Here is an example of a *Certificate*:
         - California
       organizationalUnits:
         - ONAP
-    # DNS SAN
+    # SANs
     dnsNames:
       - localhost
       - certissuer.onap.org
+    ipAddresses:
+      - "127.0.0.1"
+    uris:
+      - onap://cluster.local/
+    emailAddresses:
+      - onap@onap.org
     # The reference to the CMPv2 issuer
     issuerRef:
       group: certmanager.onap.org