Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AlwaysDeactivateAuthorizations flag to ObtainRequest #1480

Merged
merged 4 commits into from
Sep 8, 2021

Conversation

MartinWeindel
Copy link
Contributor

After a successful certificate request, the authorizations may be cached by the ACME provider for some time.
For example Let's encrypt caches them for 30 days

If the registration account is shared between multiple clients, a client can request a new certificate for domains already requested by the original client without new validation.
To avoid this behaviour, the authorizations must be deactivated explicitly, see RFC 8555, Deactivating an Authorization

With this PR, a flag AlwaysDeactivateAuthorizations is introduced to the ObtainRequest and ObtainForCSRRequest to enable this deactivation after a successful certificate request optionally. The default behaviour is kept unchanged.

@ldez ldez added this to the v4.5 milestone Sep 8, 2021
@ldez ldez added the area/cli label Sep 8, 2021
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants