add certbot
This commit is contained in:
3
active/podman_certbot/quadlets/README.md
Normal file
3
active/podman_certbot/quadlets/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Quadlets
|
||||
|
||||
Put your quadlets here.
|
||||
10
active/podman_certbot/quadlets/certbot.service
Normal file
10
active/podman_certbot/quadlets/certbot.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Runs certbot renew
|
||||
After=syslog.target network.target auditd.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/command -with -arguments
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
11
active/podman_certbot/quadlets/certbot.timer
Normal file
11
active/podman_certbot/quadlets/certbot.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Daily certbot certificate renewal
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
AccuracySec=12h
|
||||
Persistent=true
|
||||
Unit=certbot.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user