Letsencrypt: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(26 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=Install=
+
*[[Was ist Letsencrypt]]
*cd /usr/local/sbin
 
*wget https://dl.eff.org/certbot-auto
 
*chmod a+x certbot-auto
 
=Real Install=
 
*certbot-auto certonly
 
  
=Dry Run=
 
*certbot-auto renew --dry-run
 
  
 
+
=Prinzip=
=Cron Examples=
+
*https://letsencrypt.org/de/docs/challenge-types
*/usr/local/sbin/certbot-auto renew --quiet --no-self-upgrade --post-hook "service apache2 restart" >> /var/log/letsencrypt.log 2>&1
+
=Visit=
*/usr/local/sbin/certbot-auto renew --quiet --no-self-upgrade  --pre-hook "service apache2 stop" --post-hook "service apache2 start" >> /var/log/letsencrypt.log 2>&1
+
*https://certbot.eff.org/
 
+
=Install=
=Links=
+
*[[Certbot Service Update Script]]
*https://certbot.eff.org/docs/using.html
+
*[[Letsencrpyt Manual Way]]
 +
*[[Letsencrpyt Ubuntu 16.04]]
 +
*[[Letsencrypt DNS Verification]]
 +
=Prozess=
 +
*https://letsencrypt.org/de/how-it-works/

Aktuelle Version vom 7. September 2022, 10:39 Uhr