-
-
Save scientress/b87e8baeb7e462ef554149f745ff9cb4 to your computer and use it in GitHub Desktop.
Håck ma's Caste - WiFi config files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Security] | |
EAP-Method=TTLS | |
EAP-Identity=anonymous | |
EAP-PEAP-CACert=/etc/ssl/certs/ISRG_Root_X1.pem | |
EAP-PEAP-ServerDomainMask=radius.noc.hack-mas.at | |
EAP-TTLS-Phase2-Method=Tunneled-PAP | |
EAP-PEAP-Phase2-Identity=hackmas | |
EAP-PEAP-Phase2-Password=hackmas | |
[Settings] | |
AutoConnect=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[connection] | |
id=Håck ma's | |
uuid=0c6359b1-ad4e-4965-99dc-fd2b8b6aab92 | |
type=wifi | |
[wifi] | |
mode=infrastructure | |
ssid=Hack ma's | |
[wifi-security] | |
auth-alg=open | |
key-mgmt=wpa-eap | |
[802-1x] | |
altsubject-matches=DNS:radius.noc.hack-mas.at | |
ca-cert=/etc/ssl/certs/ISRG_Root_X1.pem | |
eap=ttls; | |
identity=hackmas | |
password=hackmas | |
phase2-auth=pap | |
[ipv4] | |
method=auto | |
[ipv6] | |
method=auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
network={ | |
ssid="Hack ma's" | |
key_mgmt=WPA-EAP WPA-EAP-SHA256 WPA-EAP-SUITE-B-192 | |
eap=TTLS | |
anonymous_identity="anonymous" | |
identity="hackmas" | |
password="hackmas" | |
# ca path on debian 7.x and raspberry pi OS, modify accordingly | |
ca_cert="/etc/ssl/certs/ISRG_Root_X1.pem" | |
altsubject_match="DNS:radius.noc.hack-mas.at" | |
phase2="auth=PAP" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment