|
|
|
|
|
|
|
|
- ca_server: {{ cert.host }} |
|
|
- ca_server: {{ cert.host }} |
|
|
- signing_policy: {{ cert.authority }}_{{ cert.signing_policy }} |
|
|
- signing_policy: {{ cert.authority }}_{{ cert.signing_policy }} |
|
|
- public_key: {{ key_file }} |
|
|
- public_key: {{ key_file }} |
|
|
- CN: {{ cert.common_name }} |
|
|
|
|
|
|
|
|
- CN: "{{ cert.common_name }}" |
|
|
{%- if cert.alternative_names is defined %} |
|
|
{%- if cert.alternative_names is defined %} |
|
|
- subjectAltName: {{ cert.alternative_names }} |
|
|
|
|
|
|
|
|
- subjectAltName: "{{ cert.alternative_names }}" |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
- days_remaining: 30 |
|
|
- days_remaining: 30 |
|
|
- backup: True |
|
|
- backup: True |