docs: update security section note for OpenVPN 2.5+

Replace the warning about outdated documentation with a note
clarifying that TLS 1.2 is kept as minimum for client compatibility
while acknowledging OpenVPN 2.5+ features.
This commit is contained in:
Stanislas Lange
2025-12-04 18:09:56 +01:00
committed by Stanislas
parent bf31e0ca64
commit 46a295b538

View File

@@ -219,8 +219,8 @@ We use [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://
## Security and Encryption
> **Warning**
> This has not been updated for OpenVPN 2.5 and later.
> **Note**
> This section covers security features for OpenVPN 2.4+. OpenVPN 2.5+ introduced additional features like TLS 1.3 support, but this script maintains TLS 1.2 as the minimum for broader client compatibility.
OpenVPN's default settings are pretty weak regarding encryption. This script aims to improve that.