LettuceEncrypt icon indicating copy to clipboard operation
LettuceEncrypt copied to clipboard

Added X1 Root certificate

Open MarkCiliaVincenti opened this issue 3 years ago • 2 comments

Added X1 Root certificate to tackle the issue mentioned in https://github.com/natemcmaster/LettuceEncrypt/issues/229

MarkCiliaVincenti avatar Nov 03 '21 13:11 MarkCiliaVincenti

Hey there, thanks for proposing a change. I don't know enough about this issue, nor do I see evidence of enough validation and testing to accept this change. As an alternative solution to #229, I would be okay if we could add some kind of extensibility point into the library so you can manipulate the certificate in your own applications. This would be preferable to making a change in this library code for now. I haven't run into the issues you are seeing with SSL certs, but if it is a problem in Certes itself, I would rather have Certes issue an update than accept this workaround.

natemcmaster avatar Nov 13 '21 01:11 natemcmaster

Hey there, thanks for proposing a change. I don't know enough about this issue, nor do I see evidence of enough validation and testing to accept this change. As an alternative solution to #229, I would be okay if we could add some kind of extensibility point into the library so you can manipulate the certificate in your own applications. This would be preferable to making a change in this library code for now. I haven't run into the issues you are seeing with SSL certs, but if it is a problem in Certes itself, I would rather have Certes issue an update than accept this workaround.

Check the certificates at any SSL checker, such as https://www.sslshopper.com/ssl-checker.html

I created https://github.com/MarkCiliaVincenti/TlsCertificateLoader to deal with these issues and I think you could easily change LettuceEncrypt to make use of this package.

MarkCiliaVincenti avatar Nov 13 '21 11:11 MarkCiliaVincenti

I wasn't able to get Let's Encrypt staging certificate without X1. Prod worked fine.

kamyker avatar Nov 02 '22 21:11 kamyker