diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:57:53 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-01-06 18:57:53 +0000 |
commit | ce18a1206c9e6ca74177c8ca16e42efae934c00f (patch) | |
tree | bc9c2dd4f50aca92c7759bf0cd518a984f2ed340 /roles/web/files/certbot/certbot.timer | |
parent | 6c781bb8b9b5dea1f3cdb75a6cbde2b9e8942e8c (diff) | |
download | infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.tar.gz infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.tar.bz2 infra-ce18a1206c9e6ca74177c8ca16e42efae934c00f.zip |
Make certbot a role
Diffstat (limited to 'roles/web/files/certbot/certbot.timer')
-rw-r--r-- | roles/web/files/certbot/certbot.timer | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/web/files/certbot/certbot.timer b/roles/web/files/certbot/certbot.timer deleted file mode 100644 index 565b4ee..0000000 --- a/roles/web/files/certbot/certbot.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Renewal of Let's Encrypt's certificates - -[Timer] -OnCalendar=daily -OnCalendar=0/12:12:00 -Persistent=true - -[Install] -WantedBy=timers.target |