Fix easyrsa init-pki prompt confirmation
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
This commit is contained in:
parent
0fc701f2eb
commit
f5fc3e988f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else
|
|||
done
|
||||
else
|
||||
echo "Generating new certs"
|
||||
easyrsa init-pki
|
||||
easyrsa --batch init-pki
|
||||
cp -R /usr/share/easy-rsa/* $EASY_RSA_LOC/pki
|
||||
echo "ca" | easyrsa build-ca nopass
|
||||
easyrsa build-server-full server nopass
|
||||
|
|
Loading…
Add table
Reference in a new issue