diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-20 14:31:35 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-20 14:31:42 -0500 |
commit | ab50267d7a22cffddb4ebf22dc4bee6904f787a9 (patch) | |
tree | 9fa97a103f4fc4ef63a969af54c3cc4226927d0a /auth/docker/d.props.init | |
parent | 7fa31dee0dcfc9ef37703feef1c3d573728be742 (diff) |
Bootstrap initial CA
Issue-ID: AAF-419
Change-Id: I762c1990e3de5a438082ae9ea137bc278f4c6ada
Signed-off-by: Instrumental <jonathan.gathman@att.com>
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= |