Challenge details not visible

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: -

I ran this command: Complete-ACMEChallenge devt2 -ChallengeType http-01 -Handler manual

It produced this output: IdentifierPart : ACMESharp.Messages.IdentifierPart
IdentifierType : dns
Identifier : a**.m****.***.net
Uri : https://acme-v01.api.letsencrypt.org/acme/authz/CgnDk3EGMaLajCxJCy4hGqiTDLErpdFxpftGlKWwAXA
Status : pending
Expires : 22-12-2017 03:26:49
Challenges : {, manual, }
Combinations : {0, 2, 1}

My web server is (include version): Apache Tomcat 8.5.24

The operating system my web server runs on is (include version): 2012r2

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know): I don’t know

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

@devnullisahappyplace

You can see the dns-01 (and other challenge) tokens by visiting the challenge URL shown by ACMESharp.

Are you looking for anything further?

umm by challenge details i mean the HTTP URL and the file name as well as contents to be created.

image
Somewhat like this. @_az

and how can i proceed further with just challenge token as input information ?@_az

Sorry, my bad. I see your problem.

Only the token is shown (which is the name of resource to create under /.well-known/acme-challenge/), whereas the key authorization (the contents of the file) is not shown.

ACMESharp is supposed to generate the key authorization value for you, but in that screenshot, it has not.

I’m afraid I do not know the solution, but this issue looks like it matches your current problem, and appears to have a work-around that you can try.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.