Sending you the screen before pressing continue
Ok, go ahead and press continue.
OK thanks. Now again asking for second key -
So should I press enter again.
No, your auth servers are not answering with this new challenge yet.
Now, please, press enter to continue.
I canāt believe it, could you please paste the entire command you are using? I mean pasting the text, not a screenshot.
OK Command I am using as below -
./certbot-auto certonly --manual -d *.tracs.co -d tracs.co --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
Sorry @ervivekmahajan but I canāt see any obvious error. Indeed I issued one wildcard cert right now just in case there was some issue on boulder part but it was issued without any problem.
@jsha, @cpu, could you please take a look to know what is the real issue with this dns validation?.
Cheers,
sahsanu
OK But I tried with another server and still not working and same output -
./certbot-auto certonly --manual -d *.mytaxlogin.com -d mytaxlogin.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
One Question when I tried below command -
./certbot-auto certonly --manual -d *.mytaxlogin.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
then i didnāt get any issue.
But got an issue when added -d mytaxlogin.com
WHat is the difference if i will use -d mytaxlogin.com in command
The base domain isnāt covered by a wildcard, so *.mytaxlogin.com
wonāt work for https://mytaxlogin.com/
. Thatās why people normally want to add the base domain on the same certificate. To do this, you need both of the TXT records to be available in DNS at the same time for verification.
OK So what should be correct command. Is below command ok -
./certbot-auto certonly --manual -d *.mytaxlogin.com -d mytaxlogin.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
That command looks good to me!
OK But After running this command and adding two TXT records, I am not able to use wild card certificate. As it gave an error as below -
http://rtracsystem.com/screens/error.txt
You can see
Are you verifying that both of these are showing up on all authoritative nameservers before continuing? Other people have had issues where the second record takes longer to show up when adding two TXT records. I see them now, but thatās several minutes later.
Hi
Thanks for reply. Now my command is working. But i am seeing that wild card certificate not working.
URL - https://ffdf.mytaxlogin.com/
I tried wild card sub domain with https but not working. Can you tell me that did i miss any other step.
I tried command from below URL -
Now working fine. But I am not getting that why I am unable to run the https URL for any sub domain like https://ffdf.mytaxlogin.com/
OR may be I missing something that step is also required. So please let me know if anything is missed.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.