Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: dev.commissions.leg.state.mn.us
I ran this command: certbot --apache -d dev.commissions.leg.state.mn.us -d dev.gis.lcc.mn.gov
It produced this output: It appears to work correctly, it generated these files -
lrwxrwxrwx 1 root root 55 Jun 28 09:52 cert.pem -> ../../archive/dev.commissions.leg.state.mn.us/cert1.pem
lrwxrwxrwx 1 root root 56 Jun 28 09:52 chain.pem -> ../../archive/dev.commissions.leg.state.mn.us/chain1.pem
lrwxrwxrwx 1 root root 60 Jun 28 09:52 fullchain.pem -> ../../archive/dev.commissions.leg.state.mn.us/fullchain1.pem
lrwxrwxrwx 1 root root 58 Jun 28 09:52 privkey.pem -> ../../archive/dev.commissions.leg.state.mn.us/privkey1.pem
The dev.gis.lcc.mn.gov works correctly, it's an alias to the the dev.commissions.leg.state.mn.us domain.
My web server is (include version): Apache 2.4.53
The operating system my web server runs on is (include version): RHEL 9.1
My hosting provider, if applicable, is: state government
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.6
The issued on date shows April 18, 2023. I've been struggling with this issue so deleted all the certificates and created new ones on June 28, 2023. Certbot certificates shows this:
Certificate Name: dev.commissions.leg.state.mn.us
Serial Number: 31f0d4ca258910b64cc135ba2b383f96843
Key Type: ECDSA
Domains: dev.commissions.leg.state.mn.us dev.gis.lcc.mn.gov
Expiry Date: 2023-09-26 13:52:15+00:00 (VALID: 88 days)
Certificate Path: /etc/letsencrypt/live/dev.commissions.leg.state.mn.us/fullchain.pem
Private Key Path: /etc/letsencrypt/live/dev.commissions.leg.state.mn.us/privkey.pem
I've restarted Apache multiple times, even rebooted the server. I'm hoping by updating the issued date it will work correctly.