Skip to content
Snippets Groups Projects
Commit bc869aff authored by nd's avatar nd
Browse files

auto restart nginx on letsencrypt renew

parent 1122b728
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ class FilterModule(object):
continue
certs['nginx_'+i] = {
'backend': 'letsencrypt',
'san': vhosts[i]['servername']
'san': vhosts[i]['servername'],
'depending_services': ['nginx']
}
return certs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment