Certbot: Difference between revisions

From Freephile Wiki
No edit summary
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, [http://www.haproxy.org/ HAProxy] expects a single <code>.pem</code> file that has the combined contents of the <code>fullchain.pem</code> and <code>privkey.pem</code>.
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.

Revision as of 08:44, 14 September 2017