Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    The explanation is wrong. DST Root CA X3 is obsolete, instead ISRG X1 is used as root directly. The signing by DST Root CA X3 is only for compatibility with older systems, i.e. it is cross-signed with the previous root. The claimed fix with "isrg-root-ocsp-x1.pem" is not a fix at all, this certificate is useless here. The actual fix in your line was adding chain.pem with -untrusted, which you did not do in your original test. Commented Sep 1, 2022 at 17:17
  • @SteffenUllrich: Thanks for your feedback! I'd have been unaware my command succeeded for all the wrong reasons if you hadn't have clocked it; thanks bud- Commented Sep 2, 2022 at 0:37