mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-04 02:53:06 +02:00
Update client_ipsec.secrets.j2
Fix filename in client ipsec_user.secrets
This commit is contained in:
parent
c61a07fb60
commit
973a6edf73
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue