Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ca /etc/openvpn/keys/ca.crt
- cert /etc/openvpn/keys/server.crt
- key /etc/openvpn/keys/server.key
- dh /etc/openvpn/keys/dh2048.pem
- # Add an additional layer of HMAC authentication on top of the TLS control channel to protect against DoS attacks
- tls-auth /etc/openvpn/keys/ta.key 0
- # Check peer certificate against the file crl in PEM format.
- crl-verify /crl.pem
Advertisement
Add Comment
Please, Sign In to add comment