eolas/zk/Certbot.md

389 B

tags created
servers
procedural
Wednesday, April 02, 2025

Certbot

Generate certificates for new subdomain

sudo certbot certonly --standalone -d rootdomain.net -d subdomainA.rootdomain.net -d subdomainB.rootdomain.net

List certificates

sudo certbot certificates

Delete a certifcate

sudo cerbot delete --cert-name rootdomain.net