nobody/nogroup for openVPN

pull/1/head
Jordan Sokolic 2020-03-04 21:30:02 +02:00
parent db83e0fb8e
commit e66aa3800c
1 changed files with 2 additions and 0 deletions

2
vpn.md
View File

@ -102,6 +102,8 @@ config openvpn "$(echo $EASYRSA_REQ_CN | sed 's/\./_/g')"
option mssfix "1420"
option keepalive "10 60"
option verb "3"
option user "nobody"
option group "nogroup"
option tls_crypt "${EASYRSA_PKI}/tls.pem"
option dh "${EASYRSA_PKI}/dh.pem"
option ca "${EASYRSA_PKI}/ca.crt"