From b73d3283005c1e40557d33ce2b186a4257fe78c4 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 20 Nov 2023 10:57:13 +0100 Subject: [PATCH] Deciso / OPNWAF - update formatting --- source/vendor/deciso/opnwaf.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source/vendor/deciso/opnwaf.rst b/source/vendor/deciso/opnwaf.rst index 66de45ee..f29ec435 100644 --- a/source/vendor/deciso/opnwaf.rst +++ b/source/vendor/deciso/opnwaf.rst @@ -178,10 +178,17 @@ which you are going to use to create certificates for your clients. Next step is to add a VirtualServer which contains at least the following information: -* ServerName --> the fully qualified domain name this host listens to -* Port --> port number to bind to, you can use :doc:`Port forwarding ` to redirect traffic from standard ports to non standard ones when needed -* Certificate / Enable ACME --> Either use an ACME certificate or define one yourself, this one should be trusted by the browser connecting to this host -* CA for client auth --> select the Authority created earlier +========================================================================================================================= + +================================ ======================================================================================== +ServerName The fully qualified domain name this host listens to +Port Port number to bind to, you can use :doc:`Port forwarding ` + to redirect traffic from standard ports to non standard ones when needed +Certificate / Enable ACME Either use an ACME certificate or define one yourself, + this one should be trusted by the browser connecting to this host +CA for client auth select the Authority created earlier +================================ ======================================================================================== + Followed by a location, which maybe as simple as binding path :code:`/` to a local machine without certificate at :code:`http://10.0.0.1`.