diff options
-rwxr-xr-x | localcsr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ echo "Enter a blank line to finish" SAN=1 # bogus value to begin the loop SANAMES="" # sanitize while [ ! "$SAN" = "" ]; do - printf "SubjectAltName: DNS:" + printf "SubjectAltName: " read SAN if [ "$SAN" = "" ]; then break; fi # end of input SAN=$(echo "$SAN" | perl -pe 's/^\s*([^:]+)$/DNS:$1/') #' |