summaryrefslogtreecommitdiff
path: root/docs/configuration/service/https.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/service/https.rst')
-rw-r--r--docs/configuration/service/https.rst17
1 files changed, 4 insertions, 13 deletions
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/https.rst
index 08b16575..eb2e30eb 100644
--- a/docs/configuration/service/https.rst
+++ b/docs/configuration/service/https.rst
@@ -20,28 +20,19 @@ Configuration
.. cfgcmd:: set service https api debug
- To enable debug messages. Available via :opcmd:`show log` or
+ To enable debug messages. Available via :opcmd:`show log` or
:opcmd:`monitor log`
-.. cfgcmd:: set service https api port
-
- Set the listen port of the local API, this has no effect on the
- webserver. The default is port 8080
-
-.. cfgcmd:: set service https api socket
-
- Use local socket for API
-
.. cfgcmd:: set service https api strict
Enforce strict path checking
-.. cfgcmd:: set service https virtual-host <vhost> listen-address
+.. cfgcmd:: set service https virtual-host <vhost> listen-address
<ipv4 or ipv6 address>
Address to listen for HTTPS requests
-.. cfgcmd:: set service https virtual-host <vhost> listen-port <1-65535>
+.. cfgcmd:: set service https virtual-host <vhost> port <1-65535>
Port to listen for HTTPS requests; default 443
@@ -91,6 +82,6 @@ To use this full configuration we asume a public accessible hostname.
set service https certificates certbot domain-name rtr01.example.com
set service https certificates certbot email mail@example.com
set service https virtual-host rtr01 listen-address 198.51.100.2
- set service https virtual-host rtr01 listen-port 11443
+ set service https virtual-host rtr01 port 11443
set service https virtual-host rtr01 server-name rtr01.example.com
set service https api-restrict virtual-host rtr01