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:
Stanislas
2025-12-12 00:47:10 +01:00
committed by GitHub
parent 04f2996c79
commit 79b2763514
2 changed files with 7 additions and 0 deletions

View File

@@ -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