Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How to renew LetsEncrypt SSL wildcard?

Writer Matthew Martinez

I have to renew my SSL certificate, but I want to use a wildcard certificate instead of my current simple SSL using LetsEncrypt also. I usually use this command below, but it doesn't work to update my SSL certificate as a wildcard.

certbot renew

How could I do it?

1 Answer

You can use this new command below, it's going to ask to confirm which domain would you like to update and to add a DNS TXT record to validate your domain, after that restart your services and your SSL is gonna work 🎉

certbot certonly --server --manual --preferred-challenges dns -d 'mydomain.com,*.mydomain.com'

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy