17 lines
394 B
Django/Jinja
17 lines
394 B
Django/Jinja
MDCertificateAgreement accepted
|
|
MDContactEmail {{ mod_md_contact_email }}
|
|
|
|
MDNotifyCmd /usr/local/libexec/md-notify
|
|
{% if mod_md_private_keys is defined %}
|
|
MDPrivateKeys {{ mod_md_private_keys }}
|
|
{% endif %}
|
|
{% if mod_md_status_enabled %}
|
|
|
|
<Location "/md-status">
|
|
SetHandler md-status
|
|
{% if mod_md_status_config %}
|
|
{{ mod_md_status_config | indent(2) }}
|
|
{% endif %}
|
|
</Location>
|
|
{% endif %}
|