Skip to content

Commit fe6fa9e

Browse files
authored
Merge pull request #1184 from hgohel/patch-1
docs: typo in hooks documentation
2 parents f3422a6 + 53f394b commit fe6fa9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ $ docker run --detach \
5959
#### Verification:
6060
If you want to check wether the hook-command is delivered properly to [acme.sh](https://github.com/acmesh-official/acme.sh/), you should check `/etc/acme.sh/[EMAILADDRESS]/[DOMAIN]/[DOMAIN].conf`.
6161
The variable `Le_PreHook` contains the Pre-Hook-Command base64 encoded.
62-
The variable `Le_PostHook` contains the Pre-Hook-Command base64 encoded.
62+
The variable `Le_PostHook` contains the Post-Hook-Command base64 encoded.
6363

6464
#### Limitations
6565
* The commands that can be used in the hooks are limited to the commands available inside the **acme-companion** container. `curl` and `wget` are available, therefore it is possible to communicate with tools outside the container via HTTP, allowing for complex actions to be implemented outside or in other containers.
6666

6767
#### Use-cases
6868
* Changing some firewall rules just for the ACME authorization, so the ports 80 and/or 443 don't have to be publicly reachable at all time.
6969
* Certificate "post processing" / conversion to another format.
70-
* Monitoring.
70+
* Monitoring.

0 commit comments

Comments
 (0)