Skip to content

Instantly share code, notes, and snippets.

@bogdanr
Created May 7, 2015 07:45
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 bogdanr/84bb70247e3035ce68c2 to your computer and use it in GitHub Desktop.
Save bogdanr/84bb70247e3035ce68c2 to your computer and use it in GitHub Desktop.
wpa_supplicant corporate cfgs
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="Corporate_wifi"
key_mgmt=WPA-EAP
eap=TLS
identity="bogdan.radulescu"
ca_cert="/home/bogdan/stuff/ca.pem"
client_cert="/home/bogdan/stuff/client.pem"
private_key="/home/bogdan/stuff/key_encrypted.pem"
private_key_passwd="654321"
}
____________________________________________-
ap_scan=0
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
fast_reauth=0
network={
key_mgmt=IEEE8021X
eap=PEAP
phase1="peaplabel=1"
phase2="auth=MSCHAPV2"
identity="bogdan.radulescu"
password="654321"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment