My domain is: resilient-network.com
I ran this command:
certbot certonly -n --agree-tos --email inflowsys@inflowmatix.com --dns-route53 -d *.resilient-network.com --preferred-ch
ain "DST Root CA X3" --expand --config-dir config --work-dir work --logs-dir log --force-renewal
It produced this output:
Saving debug log to /home/admin/venv/le/log/letsencrypt.log
Found credentials in shared credentials file: ~/.aws/credentials
Plugins selected: Authenticator dns-route53, Installer None
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for resilient-network.com
Waiting for verification...
Cleaning up challenges
Non-standard path(s), might not work with crontab installed by your operating system package manager
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/home/admin/venv/le/config/live/resilient-network.com/fullchain.pem
Your key file has been saved at:
/home/admin/venv/le/config/live/resilient-network.com/privkey.pem
Your cert will expire on 2021-03-23. To obtain a new or tweaked
version of this certificate in the future, simply run
letsencrypt-auto again. To non-interactively renew *all* of your
certificates, run "letsencrypt-auto renew"
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
My web server is (include version):
HAProxy Load Balancer 1.7.5-2
The operating system my web server runs on is (include version):
Debian 9.2
My hosting provider, if applicable, is:
AWS
I can login to a root shell on my machine (yes or no, or I don't know):
I can.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
No, I'm the administrator of the servers.
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot --version
certbot 1.8.0
Hi,
I'm trying to renew the certificate with certbot 1.8.0
certbot certonly -n --agree-tos --email inflowsys@inflowmatix.com --dns-route53 -d *.resilient-network.com --preferred-ch
ain "DST Root CA X3" --expand --config-dir config --work-dir work --logs-dir log --force-renewal
I'm installing it myself to the HAProxy server, so that's not an issue, but the certificates themselves show as R3, not X3 (which I specified). I tried different things, I tried with "renew" too:
certbot renew --text --no-self-upgrade --deploy-hook /home/admin/venv/le/push_renewed_cert.sh \
--config-dir config --work-dir work --logs-dir log --preferred-chain "DST Root CA X3"
But it is always the R3 type of certificates.
Can you help me find out what the issue could be?