mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-24 20:55:30 +02:00
5 lines
230 B
Django/Jinja
5 lines
230 B
Django/Jinja
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
|
{{ IP_subject_alt_name }} : RSA {{ IP_subject_alt_name }}_{{ item }}.key
|
|
{% else %}
|
|
{{ IP_subject_alt_name }} : ECDSA {{ IP_subject_alt_name }}_{{ item }}.key
|
|
{% endif %}
|