Abhishek Kumar
Sep 4, 2018 · 1 min read

Hi Rajesh,

I have two domain and both are pointing to same ip and for both domain i want to configure ssl. so can i use one certificate for both domain?

Means Earlier i already configured wild card ssl for example.com.
sudo certbot — server https://acme-v02.api.letsencrypt.org/directory -d *.example.com — manual — preferred-challenges dns-01 certonly

now what i want to setup wildcard ssl for example.in also with earlier certificate. can i do that like this :

sudo certbot — server https://acme-v02.api.letsencrypt.org/directory -d .example.in — manual — preferred-challenges dns-01 certonly
So that no need to generate multiple certificate for same instance .