natemcmaster / LettuceEncrypt

Free, automatic HTTPS certificate generation for ASP.NET Core web apps
https://nuget.org/packages/LettuceEncrypt
Apache License 2.0
1.55k stars 152 forks source link

Extending the configuration by "preferredChain" #274

Closed JozefGulaPayius closed 5 months ago

JozefGulaPayius commented 1 year ago

Our web site working properly, however, we are using MAUI application to connect to our web API service. Android devices have a problem with certificate verification for "DST Root CA X3". This root certificate is expired. The solution is to force "preferredChain: "ISRG Root X1"" for Let's encrypt, but this cannot be set in LettuceEncrypt.

https://github.com/xamarin/xamarin-android/issues/6351#issuecomment-936909856

https://learn.microsoft.com/en-us/answers/questions/573356/xamarin-android-ssl-error-connecting-to-signalr.html

Is it possible to extend configuration?

Thanks a lot

natemcmaster commented 1 year ago

I've just merged https://github.com/natemcmaster/LettuceEncrypt/pull/279. Can you take a look at this and see if it solves your problem?

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.

github-actions[bot] commented 5 months ago

Closing due to inactivity. If you are looking at this issue in the future and think it should be reopened, please make a commented here and mention natemcmaster so he sees the notification.