=== modified file 'encryption/templates/peap' --- old/encryption/templates/peap 2011-09-15 10:50:21 +0000 +++ new/encryption/templates/peap 2014-05-07 17:53:52 +0000 @@ -1,8 +1,9 @@ name = PEAP with GTC author = Adam Blackburn -version = 2 +version = 3 require identity *Identity password *Password protected password *Password +optional ca_cert *Path_to_CA_Cert ----- ctrl_interface=/var/run/wpa_supplicant network={ @@ -13,4 +14,5 @@ eap=PEAP identity="$_IDENTITY" password="$_PASSWORD" + ca_cert="$_CA_CERT" }