diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-11-24 14:16:28 +0100 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-11-25 12:12:42 +0100 |
commit | 0fbf18d47ef93768900d5512f843dc9b96ef484b (patch) | |
tree | b1fcb38ae12e5d6e052775375d93ae143dcdc1b2 /compose-resources | |
parent | 2ebdd6434cdb8d9c491fd5cd9825484d8b65117e (diff) |
[OOM-CERT-SERVICE] Update documentation with new Sans types
- Update documentation
- Update "How to run" CertService client
Issue-ID: OOM-2559
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I0ae26661bd695accb884ba9e56946197052bc535
Diffstat (limited to 'compose-resources')
-rw-r--r-- | compose-resources/client-configuration.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose-resources/client-configuration.env b/compose-resources/client-configuration.env index 6e1f76c9..8ff45abe 100644 --- a/compose-resources/client-configuration.env +++ b/compose-resources/client-configuration.env @@ -11,7 +11,7 @@ ORGANIZATION_UNIT=ONAP LOCATION=San-Francisco STATE=California COUNTRY=US -SANS=example.org +SANS=example.org,test.onap.org,onap@onap.org,127.0.0.1,onap://cluster.local/ #Tls config envs KEYSTORE_PATH=/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks KEYSTORE_PASSWORD=secret |