aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-11-18 10:18:51 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-18 10:18:51 +0000
commit944cae91430e83ddd801386a80b5333f2bff6775 (patch)
tree95120a1deb1c32cc03f29ee3d6742426b456b14b /docs
parent951051407917716a241026bb11659e3ceb5cb8c2 (diff)
parentb46951a48fb48748c61029c1fa3d4cca374ec48c (diff)
Merge "[CLIENT] Change certService client to use comma as SANS delimiter"
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/usage.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/usage.rst b/docs/sections/usage.rst
index e4a75444..48570992 100644
--- a/docs/sections/usage.rst
+++ b/docs/sections/usage.rst
@@ -31,7 +31,7 @@ CertService client needs the following configuration parameters to work properly
- LOCATION *(optional)* - Location for which certificate from CMPv2 server should be issued
- STATE *(required)* - State for which certificate from CMPv2 server should be issued
- COUNTRY *(required)* - Country for which certificate from CMPv2 server should be issued
- - SANS *(optional)(SANS's should be separated by a colon e.g. test.onap.org:onap.com)* - Subject Alternative Names (SANs) for which certificate from CMPv2 server should be issued.
+ - SANS *(optional)(SANS's should be separated by a comma e.g. test.onap.org,onap.com)* - Subject Alternative Names (SANs) for which certificate from CMPv2 server should be issued.
3. Parameters to establish secure communication to CertService:
@@ -71,7 +71,7 @@ To run CertService client as standalone docker container execute following steps
LOCATION=San-Francisco
STATE=California
COUNTRY=US
- SANS=test.onap.org:onap.com
+ SANS=test.onap.org,onap.com
#TLS config envs
KEYSTORE_PATH=/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks