Replace lego with acme_sh
This commit is contained in:
parent
82f65d396f
commit
0237271b65
24 changed files with 176 additions and 247 deletions
9
playbooks/roles/acme_sh/templates/acme_sh.service.j2
Normal file
9
playbooks/roles/acme_sh/templates/acme_sh.service.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Renew certificates using acme.sh
|
||||
After=network-online.target nss-lookup.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
SyslogIdentifier=acme.sh
|
||||
Environment=LE_WORKING_DIR="{{ acme_sh_env.LE_WORKING_DIR }}"
|
||||
ExecStart={{ (service_path, 'acme.sh') | path_join }} --cron
|
||||
Loading…
Add table
Add a link
Reference in a new issue