PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

Missing certificate chain #54

Closed franklbt closed 3 years ago

franklbt commented 3 years ago

Hi,

I tried to generate a new certificate using the library. The generation in itself works well, but I couldn't find a way to fetch the full certificate chain associated with the certificate, and this behaviour is causing diverse trusting problems.

Is there a possibility to get this certificate chain ?

Thanks.

EDIT: Seems that the certificate chain is passed in the completed order. https://community.letsencrypt.org/t/generated-certificate-is-not-trusted/139559/3

ebekker commented 3 years ago

Yep, glad the LE community boards were able to address this quickly for you.