mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-24 16:59:00 +01:00
Remove TODO because Let's Encrypt has fixed issuance/OCSP ordering
This commit is contained in:
parent
ff45801cda
commit
705cb98865
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ func RenewManagedCertificates(allowPrompts bool) (err error) {
|
||||||
} else {
|
} else {
|
||||||
// successful renewal, so update in-memory cache by loading
|
// successful renewal, so update in-memory cache by loading
|
||||||
// renewed certificate so it will be used with handshakes
|
// 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] == "" {
|
if cert.Names[len(cert.Names)-1] == "" {
|
||||||
// Special case: This is the default certificate. We must
|
// Special case: This is the default certificate. We must
|
||||||
// flush it out of the cache so that we no longer point to
|
// flush it out of the cache so that we no longer point to
|
||||||
|
|
Loading…
Reference in a new issue