mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-13 04:16:14 -08:00
Merge pull request #355 from palark/fix-easyrsa-prompt
Fix easyrsa init-pki prompt confirmation
This commit is contained in:
commit
2fc8f729b9
@ -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…
x
Reference in New Issue
Block a user