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

order-certificate does not download challenges #12

Open
IgelCampus opened this issue Dec 11, 2018 · 3 comments
Open

order-certificate does not download challenges #12

IgelCampus opened this issue Dec 11, 2018 · 3 comments
Labels

Comments

@IgelCampus
Copy link

When following the wiki tutorial acme_client does not download the challenge files when renewing a certificiate. I am running the following commands:

ACMECLIENT="java -jar acme_client.jar -w . --log-dir . --log-level TRACE"
$ACMECLIENT -a ./cert/account.key -c ./cert/$DOMAIN.csr --command order-certificate --well-known-dir ./challenge --one-dir-for-well-known

After the command acme_client returns {"status":"ok"} but the specified challenge directory is empty. The trace logfile is attached, but I cannot see any error listed
acme.log
.

@porunov
Copy link
Owner

porunov commented Dec 11, 2018

You HTTP-1 challenge is verified and expires 2019-01-10 10:26:05. You can skip this step and go to the next one. Your authorization is also verified. For valid authorizations I've disabled a challenge downloading as there is no sense to validate them again. Notice, order-certificate command doesn't return challenges of valid authorizations. Authorizations may be valid already in some situations, even for new orders (depends on the CA provider).

@IgelCampus
Copy link
Author

Thank you for the clarification. Would it make sense to add this to the docs for order-certificate and the wiki page for renewing a certificate?

@porunov
Copy link
Owner

porunov commented Dec 11, 2018

Yes, I think it makes sense. I will add this information a little bit later.

@porunov porunov added the docs label Dec 11, 2018
Repository owner deleted a comment from Renyu106 Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants