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