Browse Source

certs available for read now

feature/refractoring
Paul Rock 7 years ago committed by Chocobozzz
parent
commit
b56950dc33
  1. 1
      scripts/install-openvpn.sh

1
scripts/install-openvpn.sh

@ -108,6 +108,7 @@ printf "\n################## Setup OpenVPN ##################\n"
# Copy certificates and the server configuration in the openvpn directory
cp /etc/openvpn/easy-rsa/pki/{ca.crt,ta.key,issued/server.crt,private/server.key,dh.pem} "/etc/openvpn/"
chmod +r /etc/openvpn/{ca.crt,ta.key}
cp "$base_path/../configs/server.conf" "/etc/openvpn/"
mkdir -p "/etc/openvpn/ccd"
sed -i "

Loading…
Cancel
Save