Commit 705cb988 authored by Matthew Holt's avatar Matthew Holt

Remove TODO because Let's Encrypt has fixed issuance/OCSP ordering

parent ff45801c
......@@ -141,7 +141,6 @@ func RenewManagedCertificates(allowPrompts bool) (err error) {
} else {
// successful renewal, so update in-memory cache by loading
// renewed certificate so it will be used with handshakes
// TODO: Not until CA has valid OCSP response ready for the new cert... sigh.
if cert.Names[len(cert.Names)-1] == "" {
// Special case: This is the default certificate. We must
// flush it out of the cache so that we no longer point to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment