3f600c664f
it's no longer needed to use stunnel ;-)
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
#
|
|
# eapol_test -c ttls-pap.conf -s testing123
|
|
#
|
|
network={
|
|
ssid="example"
|
|
key_mgmt=WPA-EAP
|
|
eap=TTLS
|
|
identity="user"
|
|
anonymous_identity="anonymous"
|
|
password="pwd"
|
|
phase2="auth=PAP"
|
|
|
|
#
|
|
# Uncomment the following to perform server certificate validation.
|
|
ca_cert="./ssl/cert/ca.pem"
|
|
}
|