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

@@ -2,7 +2,7 @@
if [ -z "$1" ]; then
printf "Enter CA pass: "
read -s pass
read -rs pass
printf "\n"
else
pass=$1