blob: 7be946fdb820bcaf7ee6ae6eb312fe3b5992cac1 [file] [log] [blame]
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
{% for name in all_simulated_hosts -%}
DNS.{{ loop.index }} = {{ name }}
{% endfor %}