Initial commit
This commit is contained in:
commit
aa9e1b2346
7 changed files with 91 additions and 0 deletions
8
templates/certbot.service.j2
Normal file
8
templates/certbot.service.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Certbot
|
||||
Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
|
||||
Documentation=https://letsencrypt.readthedocs.io/en/latest/
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/certbot -q renew; find {{ certbot_renewal_scripts_path }} -name "*.sh" -exec {} \;
|
||||
PrivateTmp=true
|
Loading…
Add table
Add a link
Reference in a new issue