aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2022-11-01 19:16:58 +0100
committerThomas Lange <code@nerdmind.de>2022-11-01 19:16:58 +0100
commit077d8cbceb893e83a5425f73a9236b146f0de983 (patch)
treeeb458ce55acbd31b69ab62daa771b2b1bc07d00f /readme.md
parentc4a81aadf94dcf40e8d3835b0b2e7f35c691a19c (diff)
downloadpainlessle-077d8cbceb893e83a5425f73a9236b146f0de983.tar.gz
painlessle-077d8cbceb893e83a5425f73a9236b146f0de983.tar.xz
painlessle-077d8cbceb893e83a5425f73a9236b146f0de983.zip
Remove "LETSENCRYPT_COMMAND_(AFTER|BEFORE)" hooks
Instead of manually editing the script for defining commands that should be execute BEFORE and AFTER the ACME challenge, the users of this script better should execute those commands in their shell before and after running PainlessLE. There is no need for editing the script...
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 96ddb10..90455a3 100644
--- a/readme.md
+++ b/readme.md
@@ -22,9 +22,7 @@ stow -t /usr/local package
Make sure that no unprivileged user has write permissions on `/usr/local/sbin`, the symlink targets (in case you've choosen `stow`) and/or the `painless-le` script, because PainlessLE is usually executed with `root` privileges.
## Configuration
-First, change the `ACME_ENDPOINT` variable to the address of the ACME staging API for testing purposes.
-
-You also can define a command within `LETSENCRYPT_COMMAND_BEFORE` to shut down a running web server to release the HTTP port for the standalone web server before Certbot runs the ACME challenge. You can restart your web server after the ACME challenge is completed within `LETSENCRYPT_COMMAND_AFTER`.
+You can change the `ACME_ENDPOINT` variable to the URL of the ACME staging API for testing purposes.
## Usage
~~~