smallstep / certificates

🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
https://smallstep.com/certificates
Apache License 2.0
6.36k stars 415 forks source link

Use always acme.IsErrNotFound #1831

Closed maraino closed 2 months ago

maraino commented 2 months ago

This commit replaces the comparisons with acme.ErrNotFound and always uses acme.IsErrNotFound.