summarylogtreecommitdiffstats
path: root/eduroam
blob: 9d902ab67ee6688e2947e2ec0c716382f7ba2b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"'
    # Server identity
    'ca_cert="/etc/ssl/certs/ca-certificates.crt"'
    'domain_suffix_match="<UNIVERSITY>.<TLD>"'
    # Client identity
    'anonymous_identity="anonymous@<UNIVERSITY>.<TLD>"' # ex: tu-dresden.de
    'identity="<ID>@<UNIVERSITY>.<TLD>"' # ex: s4234381@tu-dresden.de
    'password="<YOUR-SECRET>"'
)