mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-30 19:59:42 +02:00
Update client_ipsec.secrets.j2 (#414)
Fix filename in client ipsec_user.secrets
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
||||
{{ IP_subject_alt_name }} : RSA {{ IP_subject_alt_name }}_{{ item }}.key
|
||||
{{ IP_subject_alt_name }} : RSA {{ item }}.key
|
||||
{% else %}
|
||||
{{ IP_subject_alt_name }} : ECDSA {{ IP_subject_alt_name }}_{{ item }}.key
|
||||
{{ IP_subject_alt_name }} : ECDSA {{ item }}.key
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user