Difference between revisions of "Certbot"
Jump to navigation
Jump to search
m (internal link) |
|||
Line 18: | Line 18: | ||
== With HAProxy == | == With HAProxy == | ||
− | Like [https://www.lighttpd.net/ Lighttpd], [http://www.apsis.ch/pound/ Pound], [https://www.ejabberd.im/ Ejabberd] and other servers, [ | + | Like [https://www.lighttpd.net/ Lighttpd], [http://www.apsis.ch/pound/ Pound], [https://www.ejabberd.im/ Ejabberd] and other servers, [[Load balancer|HAProxy]] expects a single <code>.pem</code> file that has the combined contents of the <code>fullchain.pem</code> and <code>privkey.pem</code>. |
Fortunately, certbot offers a --pre-hook, a --post-hook and a --renew-hook that we can use. | Fortunately, certbot offers a --pre-hook, a --post-hook and a --renew-hook that we can use. |