improve cert scripts to read password better

This commit is contained in:
2019-01-13 10:35:23 +02:00
parent bdcb75f311
commit 1426533564
4 changed files with 4 additions and 4 deletions

View File

@@ -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