summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/tls-alpn/selfhosting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/validation/tls-alpn/selfhosting.md')
-rw-r--r--docs/reference/plugins/validation/tls-alpn/selfhosting.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/reference/plugins/validation/tls-alpn/selfhosting.md b/docs/reference/plugins/validation/tls-alpn/selfhosting.md
deleted file mode 100644
index 836c591..0000000
--- a/docs/reference/plugins/validation/tls-alpn/selfhosting.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-sidebar: reference
----
-
-# Self-hosting
-This plugin launches a temporary built-in TCP listener that stores the
-validation response in memory. There for share port 80 with IIS and
-other (Microsoft) software so this doesn't interfere with regular traffic.
-Not all software supports this port sharing feature though. If you get errors
-telling you that the listener cannot be started, please look for another
-validation method.
-
-## Non-default port
-Even though Let's Encrypt will always try to open the validation connection
-on port 443, you may internally NAT that to another port. Using the
-`--validationport` switch you can tell the plugin to listen to a specific port.
-
-## Unattended
-`--validationmode tls-alpn-01 --validation selfhosting [--validationport 4330]` \ No newline at end of file