icing / mod_md

Let's Encrypt (ACME) in Apache httpd
https://icing.github.io/mod_md/
Apache License 2.0
334 stars 28 forks source link

Seeing revocation in OCSP response should trigger ACME renewal #328

Closed frasertweedale closed 8 months ago

frasertweedale commented 9 months ago

Perhaps subject to configuration, when the mod_md OCSP client observes that a monitored certificate is revoked, it should attempt to request a new certificate for the managed domain.

Additionally, mod_md could/should generate a new keypair, especially when the OCSP response specifies the keyCompromise revocation reason.

This feature enables hosts to automatically and promptly recover when certificates are revoked. It would be especially useful in situations where a CA revokes en masse due to some discovered misconfiguration, misissuance, or compromise. Such situations have occured for publicly trusted ACME CAs including Let's Encrypt, and it should be assumed that events of this kind will continue to occur. Examples:

icing commented 9 months ago

I agree. That would be a nice feature. Note that mod_md always generates a new private key when requesting a cert.

icing commented 9 months ago

Something like #330 ?

frasertweedale commented 8 months ago

I suppose this can be closed, now that the related PRs were merged v2.4.26 was released.