I want to make my ssl certificate wilcard certificate

In the attached image, you are missing an extra “-d” before seller.atzcart.in name. That is triggering the ‘Usage’ notification, and …

However, you got some certificate generated, as the bottom part of that image indicates. So, I would drop certbot at this time, and focus on doing manual modifications to your httpd.conf and ssl.conf

I would suggest that you use:

<VirtualHost *:80>
  ServerName   m.atzcart.in
  Redirect     permanent / https://m.atzcart.in/
</VirtualHost>
<VirtualHost *:80>
  ServerName   seller.atzcart.in
  Redirect     permanent / https://seller.atzcart.in/
</VirtualHost>

in the httpd.conf and manually go from there in the ssl part.

Please check the long output of atzcart.in - Make your website better - DNS, redirects, mixed content, certificates

You have already created the correct wildcard certificate

CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US
	2019-06-27 05:37:51
	2019-09-25 05:37:51
	*.atzcart.in, atzcart.in - 2 entries
	duplicate nr. 1

with the main domain name and the wildcard domain name.

Now you have installed a certificate with 4 domain names:

CN=m.atzcart.in
	27.06.2019
	25.09.2019
expires in 90 days	
atzcart.in, m.atzcart.in, 
seller.atzcart.in, www.atzcart.in - 4 entries

That works.

You have only two small content problems - one missing image, one missing form action parameter.

Sir Thank you so much for your direction

thank you so much brother for helping me …in critical situation

danb35 brother thanks you so much …for the direction …I wont forget your help
actually I am going to attache ssl cerficate first time in my life …and I am not able to understand
English very clearly …any way thanks again
now please guide me how to renew all domain and sub-domain with same certificate after next 3 month

You have installed one certificate with 4 domain names. Looks like you have used http-01 validation -> no --manual is used, so automation should work.

So

  • looks like you don't need the wildcard certificate -> ignore the renew mail
  • Certbot should have created a cron job to renew the certificate

Your current certificate expires - 2019-09-25. So check your webserver 25 days earlier, 2019-08-31 if the renew has worked.

If not, ask again. Then you have enough time to fix that.

thank you sir …for replying I would ask you if I need to know about further process

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