By Zhiwen Yang
I find my CA certificate is single domain certificate and it doesn’t support mail server. It looks like I need a wildcard Ca certificate. I searched on the google and find “https://certbot.eff.org/docs/using.html#dns-plugins”. Can you tell me how create a 90days wildcard CA certificate using certbot on the ubunutu18.04 ? Thanks a lot.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @zhiweny1122,
I’ll assume you’ve actually installed certbot already so we can just continue with the actual configuration for installing a wildcard certificate.
Let’s say we have a test domain example.com. To actually install a wildcard for it, we’ll need to run the following command from the droplet
sudo certbot certonly --manual -d *.example.com -d example.com --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory
This should be enough for the wildcard to be installed.
Regards, KDSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.