Letsencrypt DNS Verification: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 4: Zeile 4:
 
=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
 +
=Renew certs=
 +
*certbot renew --dry-run --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation
  
 
=Links=
 
=Links=
 
*https://blog.v-gar.de/2018/03/lets-encrypt-wildcard-zertifikate-erstellen/
 
*https://blog.v-gar.de/2018/03/lets-encrypt-wildcard-zertifikate-erstellen/

Version vom 7. November 2018, 11:15 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

Renew certs

  • certbot renew --dry-run --no-self-upgrade --manual-auth-hook /usr/local/sbin/certbot-dns-validation

Links