Advertisement
goakley

TCNJ wpa_supplicant.conf

Aug 26th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # http://tcnjconnect.tcnj.edu/installer/generic_os.html
  2. # http://tcnjconnect.tcnj.edu/installer/rootca_864_4167_0.cer
  3.  
  4. network={
  5. ssid="TCNJ-DOT1X"
  6. scan_ssid=1
  7. key_mgmt=WPA-EAP
  8. pairwise=CCMP TKIP
  9. group=CCMP TKIP
  10. eap=PEAP
  11. ca_cert="/etc/certs/rootca_864_4167_0.cer"
  12. identity="lastf0"
  13. password="********"
  14. phase1="peapver=0"
  15. phase2="MSCHAPV2"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement