Replies: 2 comments
-
You can use the command below to deploy to haproxy.. It worked for me, but I still don't know if it will be automated, anyway, I have the same question. |
Beta Was this translation helpful? Give feedback.
-
Hi, So my question is, is acme.sh supposed also to deploy the certs to haproxy? Or is that crontab only for renewing the certs? I really need to know how should the certs be deployed to Haproxy? acme.sh v3.0.8 |
Beta Was this translation helpful? Give feedback.
-
I need some help to find out how things work together. It happened again, that my website certificate expired, although I have a acme cron file that has this in it:
50 21 * * * /usr/local/share/acme.sh/acme.sh --cron --home "/var/lib/acme/.acme.sh" > /dev/null
and in
/var/lib/acme/.acme.sh/mydomain.org
the uptodate certs can be found. Ony
/etc/haproxy/certs/mydomain.org.pem
has not been updated.I'm wondering where my acme.sh command is resp. to what it is configured.
After update a deploy_hook should be executed that copies myprivate.key >>fullchain.pem and copies this to
/etc/haproxy/cers/mydomain.org.pem
. This last step doesn't seem to be executed.A little help appreciated.
--
Christoph
Beta Was this translation helpful? Give feedback.
All reactions