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

Handle cases where an authorization is immediately valid #691

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

treidel
Copy link
Contributor

@treidel treidel commented Apr 2, 2024

Fixes #690

Some CAs support out-of-band domain authorizations, or support ACME pre-authorization. In these cases an Authorization object may have status=valid immediately when the Order is created. In these cases no additional processing is needed by the ACME client,

…thorized)

Some CAs support out-of-band domain authorizations, or support ACME pre-authorization.   In these cases an Authorization object may have status=valid immediately when the Order is created.  In these cases no additional processing is needed by the ACME client,
@shibayan shibayan self-requested a review April 3, 2024 03:04
@shibayan shibayan added the bug Something isn't working label Apr 3, 2024
@shibayan shibayan merged commit 95610d5 into shibayan:master Apr 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authorizations from ACME servers with status=valid results in an error
2 participants