Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Fix whitespace in san.cnf template - unexpected Jinja behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jul 31, 2018
1 parent 8eb5b95 commit 31f531b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/vagrant/provisioning/roles/https/templates/san.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ basicConstraints = critical,CA:false
subjectAltName = DNS:{{ hostname }},DNS:www.{{ hostname }}{% for host in extra_hostnames %}
,DNS:{{ host }}
{% endfor %}

keyUsage = critical,digitalSignature,keyEncipherment

0 comments on commit 31f531b

Please sign in to comment.