mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-16 00:47:02 +01:00
feat: add remote-cert-tls client to server configuration (#1359)
## Summary - Add `remote-cert-tls client` directive to server config to ensure only certificates with "TLS Web Client Authentication" EKU can connect - Document the feature in the Security and Encryption section of README.md
This commit is contained in:
@@ -1243,6 +1243,7 @@ cipher $CIPHER
|
||||
ncp-ciphers $CIPHER
|
||||
tls-server
|
||||
tls-version-min 1.2
|
||||
remote-cert-tls client
|
||||
tls-cipher $CC_CIPHER
|
||||
client-config-dir /etc/openvpn/ccd
|
||||
status /var/log/openvpn/status.log
|
||||
|
||||
Reference in New Issue
Block a user