Letsencrypt DNS Verification

Aus xinux.net
Zur Navigation springen Zur Suche springen

certbot-dns-validation

First getting of the certs

  • certbot -d worf.xmen.de --manual --preferred-challenges dns certonly --manual-auth-hook /usr/local/sbin/certbot-dns-validation.sh

Renew certs

  • certbot renew --cert-name worf.xmen.de --quiet --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation --pre-hook "certbot-update stop" --post-hook "certbot-update start"

You find certbo-update here

create wildcard cert with certbot

Renew certs

  • certbot renew -d *.xx.org --quiet --server https://acme-v02.api.letsencrypt.org/directory --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation --pre-hook "certbot-update stop" --post-hook "certbot-update start"

Links