Skip to content

Instantly share code, notes, and snippets.

@civita
Last active September 3, 2017 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save civita/196f7ffa69a55c17f527bf2f79da082b to your computer and use it in GitHub Desktop.
Save civita/196f7ffa69a55c17f527bf2f79da082b to your computer and use it in GitHub Desktop.
# The directory that will be created for UNIX domain sockets
ctrl_interface=/var/run/wpa_supplicant
# Access control for the control interface
ctrl_interface_group=0
# IEEE 802.1X/EAPOL version
eapol_version=2
# This mode must be used when using wired Ethernet drivers
ap_scan=0
network={
key_mgmt=IEEE8021X
eap=TTLS
phase1=""
phase2="auth=PAP"
ca_cert="PathToYourCertificateFile"
identity="YourUserName"
password="YourPassword"
eapol_flags=0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment