diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-02-20 17:14:20 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-02-20 17:43:50 -0600 |
commit | dd097a4b411cd78ced737548a43e019b1f3172f1 (patch) | |
tree | c6c3457ce4e3debef29f4a98b14abbaf7dc01eb1 /conf/CA | |
parent | 2b46f76d9a688acf326424659ec9672a2614fdcf (diff) |
Locator Service link correction
Issue-ID: AAF-667
Change-Id: Ie7443f985c6d8dfb6955419695c58ae3be116afc
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'conf/CA')
-rw-r--r-- | conf/CA/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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%,}" |