Skip to content

Commit 13dac53

Browse files
authored
Merge pull request #49 from Psychi1/Psychi1-patch-1
Update README.md
2 parents 4966741 + b59f13a commit 13dac53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The hook scripts provided by this project can be directly executed from the clon
1111

1212
If global installation of dependencies is not an option (e.g. recent Ubuntu versions), installation via `pipx` into a dedicated virtual environment is recommended. As certbot is run from a cron job with root privileges, the hook scripts provided by this project must be globally available. This can be achieved with pipx by setting `PIPX_HOME` and `PIPX_BIN_DIR`:
1313
```
14-
sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --force git+https://https://github.com/Buxdehuda/strato-certbot
14+
sudo PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --force git+https://github.com/Buxdehuda/strato-certbot
1515
```
1616

1717
This install all dependencies into a dedicated virtual environment within `/opt/pipx` and making the hook scripts available via entry points `strato-auth-hook` and `strato-cleanup-hook`.
@@ -122,4 +122,4 @@ Test the hook scripts separately:
122122
```shell
123123
CERTBOT_DOMAIN=example.com CERTBOT_VALIDATION=test_value strato_certbot/auth_hook.py $STRATO_AUTH_PATH
124124
CERTBOT_DOMAIN=example.com CERTBOT_VALIDATION=test_value strato_certbot/cleanup_hook.py $STRATO_AUTH_PATH
125-
```
125+
```

0 commit comments

Comments
 (0)