diff --git a/openvpn-install.sh b/openvpn-install.sh index 0334b5c..5671368 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -354,7 +354,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service # generate tls-auth key openvpn --genkey --secret /etc/openvpn/tls-auth.key # Move all the generated files - cp pki/ca.crt pki/private/ca.key dh.pem pki/issued/server.crt pki/private/server.key /etc/openvpn/easy-rsa/pki/crl.pem /etc/openvpn + cp pki/ca.crt pki/private/ca.key pki/issued/server.crt pki/private/server.key /etc/openvpn/easy-rsa/pki/crl.pem /etc/openvpn # Make cert revocation list readable for non-root chmod 644 /etc/openvpn/crl.pem