mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-02 10:09:23 +01:00
f0a890da8a
This removes any EAP test which was combined into testEAP as well as modifies any special EAP test to use the now global eap-users file.
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
[Security]
|
|
EAP-Method=TTLS
|
|
EAP-Identity=ttls@example.com
|
|
EAP-TTLS-CACert=/tmp/certs/cert-ca.pem
|
|
EAP-TTLS-ClientCert=/tmp/certs/cert-client.pem
|
|
EAP-TTLS-ClientKey=/tmp/certs/cert-client-key-pkcs8.pem
|
|
EAP-TTLS-Phase2-Method=MD5
|
|
EAP-TTLS-Phase2-Identity=md5-phase2@example.com
|
|
EAP-TTLS-Phase2-Password=Password
|
|
|
|
[Settings]
|
|
AutoConnect=False
|