Mispelled fullcahin.cer

I figured out why my webserver broke with the expiration of the DST Root CA X3
and the Intermediate R3.

A typo I believe caused it. The newest fullchain.cer was named fullcahin.cer

After renaming the newest to fullchain.cer and doing 'rcapache2 reload' on the server everything was fixed.

I am concerned that it might be in the acme.sh program, so maybe it will name it wrong again thenext time it renews the certificate.

Anyone know how I would check that?

The operating system my web server runs on is (include version): SLES 12

I can login to a root shell on my machine (yes or no, or I don't know): Yes

1 Like

https://github.com/acmesh-official/acme.sh/search?q=fullcahin

That comes back empty for me, so I guess not.

Maybe a typo in your acme.sh config? Check in ~/.acme.sh/[domain]/[domain].conf

3 Likes

John,

Thanks for your assistance. I did find were it was wrong in mydomain.conf

I had to manually do some things to get our certificate renewed last time, so I may have made the misspelling.

Thanks again for your help.

Brent Holtsclaw
The Newton Group, Inc.
www.newtonpro.com

1-800-232-5729

Direct: (641)792-9962 x271

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

John Morahan via Let's Encrypt Community Support letsencrypt@discoursemail.com 9/30/2021 1:25 PM >>>

| jmorahan Community Moderator
September 30 |

  • | - |

brentlh:
I am concerned that it might be in the acme.sh program, so maybe it will name it wrong again thenext time it renews the certificate.
Anyone know how I would check that?

GitHub

Search · fullcahin · acmesh-official/acme.shA pure Unix shell script implementing ACME client protocol - Search · fullcahin · acmesh-official/acme.sh

That comes back empty for me, so I guess not.
Maybe a typo in your acme.sh config? Check in ~/.acme.sh/[domain]/[domain].conf

(Attachment IMAGE.BMP is missing)

You could run this to scan relevant parts of your filesystem.

sudo grep -ir 'fullcahin.cer' /etc
sudo grep -ir 'fullcahin.cer' /run
sudo grep -ir 'fullcahin.cer' /opt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.