OPNSense 21.7.8 & 22.1 support & WPA_supplicant configuration file #60

Merged
zombielinux merged 5 commits from zombielinux/supplicant into supplicant 2024-10-11 18:37:00 +05:30
Showing only changes of commit a6ef2870cd - Show all commits

13
wpa/wpa_supplicant.conf Normal file
View file

@ -0,0 +1,13 @@
eapol_version=1
ap_scan=0
fast_reauth=1
network={
ca_cert="/conf/pfatt/wpa/ca.pem"
client_cert="/conf/pfatt/wpa/client.pem"
eap=TLS
eapol_flags=0
identity="" #Set to the same value as $EAP_SUPPLICANT_IDENTITY
key_mgmt=IEEE8021X
phase1="allow_canned_success=1"
private_key="/conf/pfatt/wpa/private.pem"
}