From dd097a4b411cd78ced737548a43e019b1f3172f1 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 20 Feb 2019 17:14:20 -0600 Subject: Locator Service link correction Issue-ID: AAF-667 Change-Id: Ie7443f985c6d8dfb6955419695c58ae3be116afc Signed-off-by: Instrumental --- conf/CA/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 831b0ee6..6ccc6bfa 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -142,7 +142,7 @@ $PASSPHRASE EOF # Make Issuer name -ISSUER=$(openssl x509 -subject -noout -in $SIGNER_CRT | cut -c 9- | sed -e 's/ = /=/g') +ISSUER=$(openssl x509 -subject -noout -in $SIGNER_CRT | cut -c 9- | sed -e 's/ = /=/g' -e 's/\//, /g') for I in $ISSUER; do if [ -z "$REVERSE" ]; then REVERSE="${I%,}" -- cgit 1.2.3-korg