Updated deployhooks (markdown)

master
Eike-Christian Müller 2025-05-28 10:29:41 +02:00
parent d85f47c292
commit 81feb4b96d
1 changed files with 11 additions and 1 deletions

@ -1229,3 +1229,13 @@ If no filename is exported, the hook will always look for the config `multideplo
### Bug reporting / feature request ### Bug reporting / feature request
Create a new issue and mention @tomo2403 to get help. Currently, there is no other contributor for this hook. Create a new issue and mention @tomo2403 to get help. Currently, there is no other contributor for this hook.
## 38. Deploy to Kemp LoadMaster Load Balancer
Before you can deploy your cert, you must [issue the cert first](https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert).
You must also generate an API token on the Kemp LoadMaster.
```
export DEPLOY_KEMP_TOKEN="<Kemp API Token>"
export DEPLOY_KEMP_URL="https://kemplm.example.com"
acme.sh --deploy -d example.com --deploy-hook kemplm
```
If you generated a wildcard certificate and your certificate files are named _*.example.com_ it will be named just _example.com_ in the Kemp LoadMaster, since it allows only alphanumeric names for certificates.