Letsencrypt

Aus xinux.net
Zur Navigation springen Zur Suche springen

Install

Real Install

  • certbot-auto certonly

Dry Run

  • certbot-auto renew --dry-run


Cron Examples

restart service

  • /usr/local/sbin/certbot-auto renew --quiet --no-self-upgrade --post-hook "service apache2 restart" >> /var/log/letsencrypt.log 2>&1

stop and start service

  • /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
  • ==specified domain==
  • certbot-auto certonly -n --apache -d www.xxxx-xx.de --post-hook --post-hook "service apache2 start"

Links