Skip to content
Snippets Groups Projects
Commit a1dbdba0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Implement support for trusted domains in Drupal, that won't get redirected like the aliases

parent 5d6798fc
Branches
No related tags found
No related merge requests found
email = {{ apache_server_admin|default('admin@paragon-es.de') }}
domains = {{ cert.domain }}{% for alias in cert.aliases|default([]) %}, {{ alias }}{% endfor %}
domains = {{ cert.domain }}{% for alias in cert.aliases|default([]) %}, {{ alias }}{% endfor %}{% for trusted_domain in cert.trusted_domains|default([]) %}, {{ trusted_domain }}{% endfor %}
text = True
authenticator = standalone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment