ansible-letsencrypt icon indicating copy to clipboard operation
ansible-letsencrypt copied to clipboard

HAProxy

Open ivomarino opened this issue 8 years ago • 5 comments

Any Infos about Integrating this with HAProxy?

ivomarino avatar Feb 14 '17 16:02 ivomarino

I don't think HAproxy can serve files off the disk, so you'll proly need to setup something to handle serving the files, then haproxy back.

thefinn93 avatar Feb 14 '17 16:02 thefinn93

Yes it can, I parse certs from /etc/Certs.

ivomarino avatar Feb 14 '17 16:02 ivomarino

/etc/certs I mean.

ivomarino avatar Feb 14 '17 16:02 ivomarino

If you have software that expects the certs to be in a specific location, just symlink them.This works as long as the software has the necessary permission to read the files in /etc/letsencrypt. If that is not the case, copy the certs in your renew hook.

rfleschenberg avatar Feb 14 '17 16:02 rfleschenberg

Sounds good, I'll check, thanks

ivomarino avatar Feb 14 '17 17:02 ivomarino