summarylogtreecommitdiffstats
path: root/eduroam
blob: 15c31a7ea40298806d2b0684ff2b15983a73621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Connection='wireless'
Interface=<NETWORK INTERFACE> # ex: wlp3s0
Security='wpa-configsection'
Description="eduroam network"
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
    'ssid="eduroam"'
    'key_mgmt=WPA-EAP'
    'eap=TTLS'
    'proto=WPA2'
    'phase2="auth=PAP"'
    'anonymous_identity="anonymous@<UNIVERSITY>.<TLD>"' # ex: tu-dresden.de
    'identity="<ID>@<UNIVERSITY>.<TLD>"' # ex: s4234381@tu-dresden.de
    'ca_cert="/etc/ssl/certs/ca-certificates.crt"'
    'domain_suffix_match="<UNIVERSITY>.<TLD>"'
    'password="<YOUR-SECRET>"'
)