VincentSaelzler / hyper-homelab

A foray into hyper-converged architecture.
GNU General Public License v3.0
0 stars 0 forks source link

configure letsencrypt with haproxy #170

Closed VincentSaelzler closed 2 years ago

VincentSaelzler commented 2 years ago

https://github.com/geerlingguy/ansible-role-certbot

VincentSaelzler commented 2 years ago

on DEV VM ran ansible-galaxy install geerlingguy.certbot

VincentSaelzler commented 2 years ago

some useful references: https://github.com/haproxy/haproxy/issues/221 What you can do currently is have 2 files with the same basename, but you can't specify different basename. (so you can have foobar.crt and foobar.key, or foobar.pem and foobar.pem.key). You don't need to convert anything, you just need to name the files correctly.

https://www.haproxy.com/blog/haproxy-ssl-termination/