Letsencrypt: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(24 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
==restart service==
+
=Visit=
*/usr/local/sbin/certbot-auto renew --quiet --no-self-upgrade --post-hook "service apache2 restart" >> /var/log/letsencrypt.log 2>&1
+
*https://certbot.eff.org/
==stop and start service==
+
=Install=
*/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
+
*[[Certbot Service Update Script]]
==specified domain==
+
*[[Letsencrpyt Manual Way]]
*certbot-auto certonly -n --apache -d www.xxxx-xx.de --post-hook  --post-hook "service apache2 start"
+
*[[Letsencrpyt Ubuntu 16.04]]
 
+
*[[Letsencrypt DNS Verification]]
=Links=
+
=Prozess=
*https://certbot.eff.org/docs/using.html
+
*https://letsencrypt.org/de/how-it-works/

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