File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 55
55
<!-- The server is authenticated using a certificate -->
56
56
<key >AuthenticationMethod</key >
57
57
<string >Certificate</string >
58
- {% if authentication .client_mode is vyos_defined and authentication .client_mode .startswith ("eap" ) %}
59
58
<!-- The client uses EAP to authenticate -->
60
59
<key >ExtendedAuthEnabled</key >
61
60
<integer >1</integer >
62
- {% endif %}
63
61
<!-- The next two dictionaries are optional (as are the keys in them), but it is recommended to specify them as the default is to use 3DES.
64
62
IMPORTANT: Because only one proposal is sent (even if nothing is configured here) it must match the server configuration -->
65
63
<key >IKESecurityAssociationParameters</key >
80
78
<string >{{ esp_encryption.encryption }}</string >
81
79
<key >IntegrityAlgorithm</key >
82
80
<string >{{ esp_encryption.hash }}</string >
83
- {% if esp_encryption . pfs is vyos_defined %}
81
+ {% if ike_encryption . dh_group is vyos_defined %}
84
82
<key >DiffieHellmanGroup</key >
85
- <integer >{{ esp_encryption.pfs }}</integer >
83
+ <integer >{{ ike_encryption.dh_group }}</integer >
86
84
{% endif %}
87
85
</dict >
88
86
<!-- Controls whether the client offers Perfect Forward Secrecy (PFS). This should be set to match the server. -->
You can’t perform that action at this time.
0 commit comments