summaryrefslogtreecommitdiffstats
path: root/auth/docker/aaf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auth/docker/aaf.sh')
-rw-r--r--auth/docker/aaf.sh3
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 "