Hi Team,
I am using LE Boulder system in test environment to generate a leaf certificate for our use.
The root CA that boulder is using for signing seems to be expiring tomorrow.
openssl x509 -noout -text -in test/test-root.pem |grep Not
Not Before: Oct 21 20:11:52 2015 GMT
Not After : Oct 19 20:11:52 2020 GMT
The system by default seems to be using test/test-root.pem as root CA and test/test-ca2.pem as intermediate CA.
May i know when the root CA will be rotated? Or do i have to make any changes in any boulder configuration to point it to use some other CA?
Thanks in advance.