summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2023-12-28 11:39:17 +0100
committerGitHub <noreply@github.com>2023-12-28 11:39:17 +0100
commitb8bad8997607a11548438faa75e11bd020619ef9 (patch)
treea570d732f92a32faa9d482527740e3f57499ddbf
parent7bfb181bda71a05a1498bc02072dacc76376035f (diff)
parent5933ffbe44c626b77c93af68e18123a66dd12b63 (diff)
downloadvyos-documentation-b8bad8997607a11548438faa75e11bd020619ef9.tar.gz
vyos-documentation-b8bad8997607a11548438faa75e11bd020619ef9.zip
Merge pull request #1209 from fett0/http-security-headers
ocserv: add http-security-headers documentation
-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
============================