Skip to content

Instantly share code, notes, and snippets.

@mrngm
Last active February 24, 2016 14:39
Show Gist options
  • Save mrngm/e3edaf07b4f71c82c326 to your computer and use it in GitHub Desktop.
Save mrngm/e3edaf07b4f71c82c326 to your computer and use it in GitHub Desktop.
network={
        ssid="eduroam"
        scan_ssid=1
        key_mgmt=WPA-EAP
        eap=PEAP
        anonymous_identity="[email protected]"
        identity="[email protected]"
        password="mijn epische wachtwoord"
        ca_cert="/etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem"
        #ca_path="/etc/ssl/certs/"
        altsubject_match="DNS:radius.science.ru.nl"
        phase2="auth=MSCHAPV2"
        disabled=1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment