diff options
Diffstat (limited to 'conf')
-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%,}" |