HELP ! i mistyped wrong domain on SSL

Jacks88

Junior Member
Joined
Sep 19, 2019
Messages
158
Reaction score
29
anyone please help , im new on coding , just following a guide to install ssl , on debian os

im wrongly added this :

sudo -H ./letsencrypt-auto certonly --standalone -d example.com -d www.example.com

which im forgot to change the [example.com] using my domain , instead i wrote example.com

anyone got solution for this ? im using letsencrypt for this
 
Or use cloudflare, they're gonna take care of your ssl. You do not need any knowledge.
 
Remove and do a fresh one.
 
thanx all for the response , but im afraid i need more details

how to remove it lol , as i said , im newb on this , and did it wrong on my first time XD

please help to point how to / guide on removing it , on debian os for lets encrypt

Edit : and is it right that after removing it ,we need to wait another 7 days to be able install another lets encrypt again ?
 
Edit : and is it right that after removing it ,we need to wait another 7 days to be able install another lets encrypt again ?

lol that's nuts. of course you don't.

when you ran the command you pasted above, the script should have told you where your cert is. usually under /etc/letsencrypt/...
like they said you can just remove the cert and do this all over again.

I recommend using certbot, but I don't know which server you're using to inlude the ssl certificate, but maybe this could help :

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
 
lol that's nuts. of course you don't.

when you ran the command you pasted above, the script should have told you where your cert is. usually under /etc/letsencrypt/...
like they said you can just remove the cert and do this all over again.

I recommend using certbot, but I don't know which server you're using to inlude the ssl certificate, but maybe this could help :

https://www.digitalocean.com/commun...cure-nginx-with-let-s-encrypt-on-ubuntu-18-04

Im running it on debian9 from linode one click , and i dunno why , im always having issue about www.domain.com cant find vhost , no matter what , even i tried to delete the instance and deploy fresh instance .... Any solution to fix this one ?

So far i managed to get ssl for my domain.com only , not the www.domain.com

Please help me on this
 
Back
Top