Letsencrypt DNS Verification: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
  
 
=First getting of the certs=
 
=First getting of the certs=
*certbot -d worf.xmen.de --manual --preferred-challenges dns certonly --manual-auth-hook /usr/local/sbin/certbot-dns-validation
+
*certbot -d worf.xmen.de --manual --preferred-challenges dns certonly --manual-auth-hook /usr/local/sbin/certbot-dns-validation.sh
 +
 
 
=Renew certs=
 
=Renew certs=
 
*certbot renew --dry-run --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation
 
*certbot renew --dry-run --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation

Version vom 8. November 2018, 11:21 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 --dry-run --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation

create wildcard cert with certbot

certbot install:

Links