Skip to content

Instantly share code, notes, and snippets.

@kid
Created March 1, 2017 11:04
Show Gist options
  • Save kid/a22387de62f42601194d7cff62da2aa9 to your computer and use it in GitHub Desktop.
Save kid/a22387de62f42601194d7cff62da2aa9 to your computer and use it in GitHub Desktop.
[Unit]
Description=Let's Encrypt renewal service
Documentation=https://certbot.eff.org/#arch-other
After=network.target
[Service]
ExecStart=/usr/bin/certbot renew --renew-hook "systemctl reload vault.service"
Type=oneshot
[Timer]
OnCalendar=daily
RandomizedDelaySec=10
Persistent=true
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment