mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Added sudo -E.
This commit is contained in:
parent
077996cfb4
commit
f5c05715de
1 changed files with 2 additions and 2 deletions
|
@ -886,8 +886,8 @@ EOF
|
||||||
|
|
||||||
# Generate an empty Certificate Revocation List
|
# Generate an empty Certificate Revocation List
|
||||||
${SUDOE} ./easyrsa gen-crl
|
${SUDOE} ./easyrsa gen-crl
|
||||||
cp pki/crl.pem /etc/openvpn/crl.pem
|
${SUDOE} cp pki/crl.pem /etc/openvpn/crl.pem
|
||||||
chown nobody:nogroup /etc/openvpn/crl.pem
|
${SUDOE} chown nobody:nogroup /etc/openvpn/crl.pem
|
||||||
|
|
||||||
# Write config file for server using the template .txt file
|
# Write config file for server using the template .txt file
|
||||||
$SUDO cp /etc/.pivpn/server_config.txt /etc/openvpn/server.conf
|
$SUDO cp /etc/.pivpn/server_config.txt /etc/openvpn/server.conf
|
||||||
|
|
Loading…
Reference in a new issue