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`.
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.
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.
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
I’m working on a change to the software to make this more explicit, but bothTXT 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.
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
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?