diff options
author | varun gudisena <vg411h@att.com> | 2018-08-23 23:07:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-23 23:07:43 +0000 |
commit | a6c8596ac600c5cd25ed8af1c420a414e1bcd916 (patch) | |
tree | e67468d04f5af7264d9e5654ad49aafee4ced095 /auth/docker/d.props.init | |
parent | b8a8129f13ba7a986b4937ff64645e466078a003 (diff) | |
parent | aeb80c8242c6c2d2483c6c396731f455fb841799 (diff) |
Merge "CA Bootstrapping"
Diffstat (limited to 'auth/docker/d.props.init')
-rw-r--r-- | auth/docker/d.props.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index 7b9cd13c..68b06ef4 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -18,6 +18,7 @@ LATITUDE= LONGITUDE= # # Initial AAF Certificate (not Generated) +CADI_X509_ISSUERS="CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US:CN=intermediateCA_9, OU=OSAAF, O=ONAP, C=US" AAF_INITIAL_X509_P12= AAF_INITIAL_X509_PASSWORD= CADI_X509_ISSUERS= @@ -25,3 +26,5 @@ CADI_X509_ISSUERS= # CA info (leave blank unless functioning as CA) AAF_SIGNER_P12= AAF_SIGNER_PASSWORD= +CM_CA_LOCAL= + |