Open ivomarino opened 7 years ago
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.
Yes it can, I parse certs from /etc/Certs
.
/etc/certs
I mean.
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.
Sounds good, I'll check, thanks
Any Infos about Integrating this with
HAProxy
?