Currently i have an issue that Haproxy role is creating /etc/letsencrypt/live/oswee.com/ directory by placing haproxy.pem file, which in result conflicts with certbot --manual certonly certificate creation.
Haproxy.pem is combination of all existing certificates into single file.
This should be somehow managed gracefully.
Currently i have an issue that Haproxy role is creating
/etc/letsencrypt/live/oswee.com/directory by placinghaproxy.pemfile, which in result conflicts withcertbot --manual certonlycertificate creation.Haproxy.pem is combination of all existing certificates into single file.
This should be somehow managed gracefully.