I've been struggling to renew my SSL cert for the last several days. I've checked letsdebug.net and get an "OK". I'm using a bitnami stack and followed the instructions here:
https://docs.bitnami.com/aws/how-to/understand-bncert/#resetting-the-certificates
I'm considering following the instructions for Resetting the Certificates from the above page but it's not clear to me whether I would be able to create new certs after that?
I also tried bncert_tool but it warns:
Warning: A certificate for the list of domains you entered already exists. It
will be used instead of generating a new one.
Appreciate your help...
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. crt.sh | 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: ca-17.com
I ran this command: sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="myemail@address.com" --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains=ca-17.com renew --days 90
It produced this output:
2021/07/13 18:27:30 [INFO] [ca-17.com] acme: Trying renewal with 220 hours remaining
2021/07/13 18:27:30 [INFO] [ca-17.com, www.ca-17.com] acme: Obtaining bundled SAN certificate
2021/07/13 18:27:30 [INFO] [ca-17.com] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125172
2021/07/13 18:27:30 [INFO] [www.ca-17.com] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125174
2021/07/13 18:27:30 [INFO] [ca-17.com] acme: Could not find solver for: tls-alpn-01
2021/07/13 18:27:30 [INFO] [ca-17.com] acme: use http-01 solver
2021/07/13 18:27:30 [INFO] [www.ca-17.com] acme: Could not find solver for: tls-alpn-01
2021/07/13 18:27:30 [INFO] [www.ca-17.com] acme: use http-01 solver
2021/07/13 18:27:30 [INFO] [ca-17.com] acme: Trying to solve HTTP-01
2021/07/13 18:27:37 [INFO] [www.ca-17.com] acme: Trying to solve HTTP-01
2021/07/13 18:27:44 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125172
2021/07/13 18:27:44 [INFO] Unable to deactivate the authorization: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125172
2021/07/13 18:27:44 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125174
2021/07/13 18:27:45 [INFO] Unable to deactivate the authorization: https://acme-v02.api.letsencrypt.org/acme/authz-v3/14793125174
2021/07/13 18:27:45 error: one or more domains had a problem:
[ca-17.com] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Invalid response from https://ca-17.com/ [35.164.46.189]: "<html lang="en"><script src="https://www.googleoptimize.com/optimize.js?id=OPT-WG2B7BH"><!-- Googl"
[www.ca-17.com] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Invalid response from https://ca-17.com/ [35.164.46.189]: "<html lang="en"><script src="https://www.googleoptimize.com/optimize.js?id=OPT-WG2B7BH"><!-- Googl"
My web server is (include version): Apache/2.4.43 (Unix)
The operating system my web server runs on is (include version): SMP Debian 4.19.194-1 (2021-06-10) x86_64
My hosting provider, if applicable, is:
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): lego version 4.3.1 linux/amd64