Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 327 Bytes

certbot.md

File metadata and controls

10 lines (6 loc) · 327 Bytes

Generate multidomain certificate

certbot certonly -d example.com -d www.example.com

Generate wildcard certificate

certbot certonly --manual --preferred-challenges=dns -d example.com -d *.example.com

Generate certificate with 4096 bit private key

certbot certonly -d example.com -d www.example.com --rsa-key-size 4096