improve cert scripts to read password better
This commit is contained in:
@@ -8,7 +8,7 @@ rm -f client.csr
|
||||
rm -f client.p12
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
read -s pass
|
||||
read -rs pass
|
||||
else
|
||||
pass=$1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user