Remove cp for dh
This commit is contained in:
parent
64433208d6
commit
935896dbc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue