Skip to content
Hunter Wu edited this page Sep 11, 2021 · 2 revisions
certbot --version

certbot certificates

certbot certonly --manual --agree-tos \
    -d "*.example.com" \
    -d example.com \
    --email you@example.com \
    --preferred-challenges dns \
    --manual-public-ip-logging-ok \
    --server https://acme-v02.api.letsencrypt.org/directory
/usr/local/bin/certbot renew -q -a certbot-plugin-gandi:dns --certbot-plugin-gandi:dns-credentials /etc/letsencrypt/gandi/gandi.ini --server https://acme-v02.api.letsencrypt.org/directory
Clone this wiki locally