diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-07 00:00:03 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-07 00:00:40 -0500 |
commit | 698f547b8f4320b0df236fc1bfe48c77eb8f2321 (patch) | |
tree | d76967157290dc4716cbb1a8d85743accde4f70c | |
parent | 10f3375fef68fdcb935290d2e193a84f3cf572d5 (diff) |
aaf.sh issuers
Issue-ID: AAF-420
Change-Id: I8577eb3badd068eb943d7f318e3215b8ca326675
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | auth/docker/aaf.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh index 5e70403f..53b3d60e 100644 --- a/auth/docker/aaf.sh +++ b/auth/docker/aaf.sh @@ -54,9 +54,6 @@ if [ "$(docker volume ls | grep aaf_config)" = "" ] && [ ${P12_LOAD} = "yes" ]; encrypt_it cadi_keystore_password "${AAF_INITIAL_X509_PASSWORD}" encrypt_it cm_ca.local "${AAF_SIGNER_PASSWORD}" - set_it cadi_x509_issuers "${CADI_X509_ISSUERS}" - - echo -n "Stopping " docker container stop aaf_config_$USER echo -n "Removing " |