eolas/neuron/9445c5fd-135c-4b0b-a70c-7a6fd45d9d58/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