unixcharles / acme-client

A Ruby client for the letsencrypt's ACME protocol.
MIT License
494 stars 117 forks source link

Update README to use the IdenTrust issuer name #195

Closed keiko713 closed 3 years ago

keiko713 commented 3 years ago

Thank you for implementing the force_chain feature, really appreciate it!

I believe that force_chain takes the issuer name of the intermediate certificate, so I would like to update the example to use DST Root CA X3, which is the real issuer name of the IdenTrust cross signed intermediate certificate (https://letsencrypt.org/certificates/#cross-signing).

I've tested this with DST Root CA X3 and it worked.

unixcharles commented 3 years ago

Thanks