From 81feb4b96da7c8ceec433b744dd332be5c077bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike-Christian=20M=C3=BCller?= Date: Wed, 28 May 2025 10:29:41 +0200 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index aea0c73..9bcefa2 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -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`! ### Bug reporting / feature request -Create a new issue and mention @tomo2403 to get help. Currently, there is no other contributor for this hook. \ No newline at end of file +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="" +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. \ No newline at end of file