Skip to content

Instantly share code, notes, and snippets.

@DurandA
Created December 13, 2016 12:52
Show Gist options
  • Save DurandA/0cdf5d529d4ab35f9c0f8514aa1adcb7 to your computer and use it in GitHub Desktop.
Save DurandA/0cdf5d529d4ab35f9c0f8514aa1adcb7 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf for secure-unifr
network={
ssid="secure-unifr"
key_mgmt=WPA-EAP
auth_alg=OPEN
eap=PEAP
identity="<identity>"
password="<password>"
ca_cert="/etc/certs/QuoVadis_Root_CA_2.pem"
phase2="MSCHAPV2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment