summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/http/selfhosting.md
diff options
context:
space:
mode:
authorWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
committerWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
commit58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2 (patch)
treed7b6c12068c12749422b1d31de6b8265a6363a51 /docs/reference/plugins/validation/http/selfhosting.md
parentd883566a704b2e2c0a7ceb0aaf7868568e4c47fc (diff)
downloadletsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.zip
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.gz
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.bz2
remove docs, they moved to a seperate repo log ago
Diffstat (limited to 'docs/reference/plugins/validation/http/selfhosting.md')
-rw-r--r--docs/reference/plugins/validation/http/selfhosting.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/reference/plugins/validation/http/selfhosting.md b/docs/reference/plugins/validation/http/selfhosting.md
deleted file mode 100644
index a1b4c31..0000000
--- a/docs/reference/plugins/validation/http/selfhosting.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-sidebar: reference
----
-
-# Self-hosting
-This plugin launches a temporary built-in web listener that stores the validation
-response in memory. It can 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, try to (temporarely) shut down other processes using the
-port, or look for another validation method.
-
-## Non-default port
-Even though Let's Encrypt will always send validation requests to port 80,
-you may internally proxy, NAT or redirect that to another port. Using the
-`--validationport` switch you can tell the plugin to listen to a specific port.
-
-## Firewall exemption
-Obviously, whichever port is used will have to be accessible from outside, meaning
-your firewall(s) will have to permit access. Unfortunately due to the use of the
-port sharing mechanism, it's not possible to configure the Windows Firewall with
-a rule for a specific application (i.e. `wacs.exe`), so you will have to open the
-port to `System`. If you feel that is too generous, you could automate enabling/
-disabling this rule by running a script before and after `wacs.exe`. Make sure to
-also add that script as steps in the scheduled task.
-
-## Unattended
-`[--validation selfhosting] [--validationport 8080]` \ No newline at end of file