From 705cb988653fe322e0bf2408d203f8c99a3e0201 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sat, 29 Apr 2017 16:48:40 -0600 Subject: [PATCH] Remove TODO because Let's Encrypt has fixed issuance/OCSP ordering --- caddytls/maintain.go | 1 - 1 file changed, 1 deletion(-) diff --git a/caddytls/maintain.go b/caddytls/maintain.go index c9509ba6..f250a07a 100644 --- a/caddytls/maintain.go +++ b/caddytls/maintain.go @@ -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