From 2decdf23f592ce6917e8b51dc8583cc5e82e230f Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Tue, 15 Dec 2020 08:57:34 +0100 Subject: [PATCH] [OOM-K8S-CERT-EXTERNAL-PROVIDER] Add information about SANs to external provider Issue-ID: OOM-2559 Signed-off-by: Piotr Marcinkiewicz Change-Id: Ib4cb6d07db38aff7cfe1bdb1710d3c2c193cfcdf --- docs/sections/external-provider.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.16.6