I added three wild card sub domain to same server IP and try to add the SSL. It worked for few hours but after that it again stopped and giving a connection error. So please help me

So thanks for precious replies. So If I will follow the first option and want to add three sub domain then i need to run below command -
sudo certbot --apache -d cp2.skop.es,pasa.skop.es,rcsa.skop.es`.

Please confirm.

Also so my main requirement is to get the wild card sub domain certificates. So should I follow this - Getting wildcard certificates with Certbot
Please confirm

Without the backtick character (`) — that was a typo in @bmw's reply. It was supposed to look like

sudo certbot --apache -d cp2.skop.es,pasa.skop.es,rcsa.skop.es

Yes. You'll need a way to update your DNS records via an API.

Ok thanks

If I am trying the first option -
sudo certbot --apache -d cp2.skop.es,pasa.skop.es,rcsa.skop.es
Then I am getting below error -
“Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.”

So as currently cp2 and pasa is working but rcsa.skop.es is not working on https.

This is described at

Thanks I have tried but still not working. rcsa.skop.es is not working on SSL

Also If i tried the third option of wildcard certificate option then I am getting issue in TXT value of domain. I am adding the TXT value as instructed but it is not working. It is not fetching the TXT value from domain and saying it is wrong.
URL - Getting wildcard certificates with Certbot
I ran this command - ./certbot-auto certonly --manual -d *.mytaxlogin.com -d mytaxlogin.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
It runs fine but at end it is not accepting TXT value I am adding in domain account.

Currently I tried with my another server to test. This test server domain is mytaxlogin and its wild card * is pointed to same IP

In each case, what command did you run and what was the output from the command?

For Wildcard Certificates - I ran below command -

./certbot-auto certonly --manual -d *.mytaxlogin.com -d mytaxlogin.com --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory

Output - It was asking for TXT value to add. I added in domain account site and then click on Enter to continue. it then gave me an error that TXT value found is wrong

Please paste the actual output from the command here.



Please help me what is the exact issue

I’m working on a change to the software to make this more explicit, but both TXT records need to exist in the DNS zone at the same time, not just one or the other.

OK thanks for it. So you mean two TXT records need to add.
One with name - _acme-challenge.mytaxlogin.com and
Other with name - _acme-challenge.*.mytaxlogin.com

I think both will have same value. Please confirm me for this.

No, both of the TXT records have exactly the same name, _acme-challenge.mytaxlogin.com. They just have different values.

Thanks for the reply. But I created same name TXT records with two different values as asked in process. But still not able to do. It is giving an error -
http://rtracsystem.com/screens/error.txt

So please help me

Also you can see i added TXT records as -

So please help me and reply. As we have urgent requirement of this SSL

Hi @ervivekmahajan,

Keep in mind this is a forum not a chat.

Are you sure you wait enough time till both authoritative name servers answer with both txt records before pressing enter to continue and validate the domains?

Cheers,
sahsanu

First of all Sorry for it.
Yes I waited. I was trying to add it in notepad when code was showing. Then enter in TXT records.

Ok, try again, but before pressing continue paste here the challenges so we can test it before validating them.