Skip to content

Instantly share code, notes, and snippets.

@DorianRudolph
Created October 15, 2023 13:24
Show Gist options
  • Save DorianRudolph/8822c8f28b5df8d24c491bd0626b01a8 to your computer and use it in GitHub Desktop.
Save DorianRudolph/8822c8f28b5df8d24c491bd0626b01a8 to your computer and use it in GitHub Desktop.
UPB Raspberry Pi Eduroam WiFi
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TLS
identity="<login>@uni-paderborn.de"
private_key="<path/to/network_certificate.p12>"
private_key_passwd="<password>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment