diff options
author | varun gudisena <vg411h@att.com> | 2018-08-20 20:10:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-20 20:10:48 +0000 |
commit | 6f4e9032175b23aa84462bcf5f3a3054e6516453 (patch) | |
tree | 9fa97a103f4fc4ef63a969af54c3cc4226927d0a /auth/docker/d.props.init | |
parent | 31f5882433bc419bdedd47f7e973bb5a98d31538 (diff) | |
parent | ab50267d7a22cffddb4ebf22dc4bee6904f787a9 (diff) |
Merge "Bootstrap initial CA"
Diffstat (limited to 'auth/docker/d.props.init')
-rw-r--r-- | auth/docker/d.props.init | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index 1394c76d..782f0c3f 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -16,3 +16,11 @@ AAF_ENV=DEV AAF_REGISTER_AS=$HOSTNAME LATITUDE= LONGITUDE= +# +# Initial AAF Certificate (not Generated) +AAF_INITIAL_X509_P12= +AAF_INITIAL_X509_PASSWORD= + +# CA info (leave blank unless functioning as CA) +AAF_SIGNER_P12= +AAF_SIGNER_PASSWORD= |