summaryrefslogtreecommitdiff
path: root/docs/configuration/vpn
diff options
context:
space:
mode:
authorfett0 <fernando.gmaidana@gmail.com>2023-12-27 16:37:24 -0300
committerfett0 <fernando.gmaidana@gmail.com>2023-12-27 16:37:24 -0300
commit5933ffbe44c626b77c93af68e18123a66dd12b63 (patch)
tree8b104633779c42b6decb2b032a6142fefbdadef8 /docs/configuration/vpn
parent29162702a239451054bbc77fbb71f02b196ffbe5 (diff)
downloadvyos-documentation-5933ffbe44c626b77c93af68e18123a66dd12b63.tar.gz
vyos-documentation-5933ffbe44c626b77c93af68e18123a66dd12b63.zip
ocserv: add http-security-headers documentation
Diffstat (limited to 'docs/configuration/vpn')
-rw-r--r--docs/configuration/vpn/openconnect.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/vpn/openconnect.rst b/docs/configuration/vpn/openconnect.rst
index 1cc197e9..845d9196 100644
--- a/docs/configuration/vpn/openconnect.rst
+++ b/docs/configuration/vpn/openconnect.rst
@@ -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 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
============================