X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=conf%2FCA%2Fbootstrap.sh;fp=conf%2FCA%2Fbootstrap.sh;h=6ccc6bfa425a68b7009a69c2dda059dd2d30aa35;hp=831b0ee6b9a841bb4ccd230135bd7d2ba6952840;hb=dd097a4b411cd78ced737548a43e019b1f3172f1;hpb=2b46f76d9a688acf326424659ec9672a2614fdcf 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%,}"