Update client_ipsec.secrets.j2

Fix filename in client ipsec_user.secrets
This commit is contained in:
mathew19 2017-04-15 08:09:49 -04:00 committed by GitHub
parent c61a07fb60
commit 973a6edf73

View file

@ -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 %}