OPNSense 21.7.8 & 22.1 support & WPA_supplicant configuration file #60
1 changed files with 13 additions and 0 deletions
13
wpa/wpa_supplicant.conf
Normal file
13
wpa/wpa_supplicant.conf
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue