From 698f547b8f4320b0df236fc1bfe48c77eb8f2321 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 7 Sep 2018 00:00:03 -0500 Subject: aaf.sh issuers Issue-ID: AAF-420 Change-Id: I8577eb3badd068eb943d7f318e3215b8ca326675 Signed-off-by: Instrumental --- auth/docker/aaf.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'auth/docker/aaf.sh') 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 " -- cgit 1.2.3-korg