Letsencrypt DNS Verification: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
=Renew certs=
 
=Renew certs=
 
*certbot renew -d 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"
 
*certbot renew -d 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=
 
=create wildcard cert with certbot=

Version vom 8. November 2018, 11:57 Uhr

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 -d 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