Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. country=CA
  2. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  3. update_config=1
  4.  
  5. network={
  6. ssid="ubcprivate"
  7. scan_ssid=1
  8. key_mgmt=WPA-EAP
  9. proto=WPA2 WPA
  10. eap=PEAP
  11. group=CCMP TKIP
  12. pairwise=CCMP TKIP
  13. ca_cert="/etc/ssl/certs/DigiCert_Global_Root_CA.pem"
  14. identity="csmither.apsc"
  15. password=""
  16. phase1="peaplabel=0"
  17. phase2="auth=MSCHAPV2"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement