eolas/zk/Certbot.md
2025-04-05 10:32:40 +01:00

398 B

tags created
server-management
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 --certname rootdomain.net