aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-12-15 08:57:34 +0100
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-12-15 09:00:43 +0100
commit2decdf23f592ce6917e8b51dc8583cc5e82e230f (patch)
tree762a3f40eb613d0cf8e1679ff9bd3d9fb9eac471
parent10277b4d97f4f1266affe0e5edcc6734ec9aa74d (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add information about SANs to external provider
Issue-ID: OOM-2559 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ib4cb6d07db38aff7cfe1bdb1710d3c2c193cfcdf
-rw-r--r--docs/sections/external-provider.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/sections/external-provider.rst b/docs/sections/external-provider.rst
index 2ae1de9b..fe89762a 100644
--- a/docs/sections/external-provider.rst
+++ b/docs/sections/external-provider.rst
@@ -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