Updated deployhooks (markdown)
parent
d85f47c292
commit
81feb4b96d
|
@ -1228,4 +1228,14 @@ acme.sh --deploy -d example.com --deploy-hook multideploy
|
||||||
If no filename is exported, the hook will always look for the config `multideploy.yml`!
|
If no filename is exported, the hook will always look for the config `multideploy.yml`!
|
||||||
|
|
||||||
### 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.
|
Loading…
Reference in New Issue