Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion letsencrypt/domains.sls
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- require:
- file: {{ check_cert_cmd }}


{% endif %}

{%- set default_authenticator = '--authenticator ' ~ letsencrypt.authenticators['default']
Expand All @@ -43,7 +44,8 @@
{%- set default_installer = '--installer ' ~ letsencrypt.installers['default']
if letsencrypt.installers['default'] is defined else '' %}

{% for setname, domainlist in letsencrypt.domainsets.items() %}
{% for setname, domainlist in letsencrypt.get('domainsets', {}).items() %}


# Set an authenticator and a installer for the domainset or use defaults set above
{%- set authenticator = '--authenticator ' ~ letsencrypt.authenticators[setname]
Expand Down