ocserv: add http-security-headers documentation

This commit is contained in:
fett0 2023-12-27 16:37:24 -03:00
parent 29162702a2
commit 5933ffbe44

View File

@ -165,6 +165,13 @@ Simple setup with one user added and password authentication:
set vpn openconnect ssl ca-certificate 'ca-ocserv' set vpn openconnect ssl ca-certificate 'ca-ocserv'
set vpn openconnect ssl certificate 'srv-ocserv' set vpn openconnect ssl certificate 'srv-ocserv'
To enable the HTTP security headers in the configuration file, use the command:
.. code-block:: none
set vpn openconnect http-security-headers
Adding a 2FA with an OTP-key Adding a 2FA with an OTP-key
============================ ============================