Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cert error renewing #128

Closed
CodeBlanch opened this issue May 22, 2024 · 2 comments
Closed

Cert error renewing #128

CodeBlanch opened this issue May 22, 2024 · 2 comments

Comments

@CodeBlanch
Copy link

From my WebJob log:

[05/22/2024 20:13:55 > 9c2f7c: INFO] Error during Request or install certificate Certes.AcmeException: Can not find issuer 'C=US,O=Internet Security Research Group,CN=ISRG Root X1' for certificate 'C=US,O=Let's Encrypt,CN=R3'.
[05/22/2024 20:13:55 > 9c2f7c: INFO] at Certes.Pkcs.CertificateStore.GetIssuers(Byte[] der)

Anything I can do about that?

@ohadschn
Copy link
Owner

ohadschn commented May 23, 2024

@CodeBlanch see sjkp/letsencrypt-siteextension#402 (comment), it would probably require some code change and/or Certes package upgrade.

I'm not maintaining this repo anymore, but if you want to submit a PR I wouldn't mind merging it so you get the CI build to install on your WebApp.

I'll ask the usual question though - why haven't you replaced this outdated WebJob with the free, officially supported built-in Microsoft option? https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex#create-a-free-managed-certificate

@CodeBlanch
Copy link
Author

why haven't you replaced this outdated WebJob with the free, officially supported built-in Microsoft option?

Just laziness 🤣 I bit the bullet and went and updated all my sites, removed the webjob. Thanks for building this @ohadschn it was very useful for years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants