improve cert scripts to read password better
This commit is contained in:
@@ -9,7 +9,7 @@ rm -f server.p12
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
printf "Enter CA pass: "
|
||||
read -s pass
|
||||
read -rs pass
|
||||
printf "\n"
|
||||
else
|
||||
pass=$1
|
||||
|
||||
Reference in New Issue
Block a user