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

@@ -6,7 +6,7 @@ rm -f ca.crt
rm -f ca.key
if [ -z "$1" ]; then
read -s pass
read -rs pass
else
pass=$1
fi