haproxy.cfg
ssl crt / etc / haproxy / ssl / certs /
==========================
/etc/haproxy/ssl/certs/1.cert.pem
/etc/haproxy/ssl/certs/2.cert.pem
1.cert.pem (example.com)
notBefore = Sep 1 06:23:03 2016 GMT
notAfter = Nov 14 07:38:54 2018 GMT
2.cert.pem (example.com)
notBefore = Oct 29 09:15:10 2018 GMT
notAfter = Dec 14 07:38:54 2020 GMT
==========================
There are two certificates for the same domain as above.
I wonder if certificate # 2 is automatically answered when certificate # 1 expires.
I know I only need to use certificate # 2 for renewal, but I want to know how haproxy works under those conditions.
Please answer. Thanks.