HOWTO: Configure netctl profile for EduRoam

Description='EduRoam'
Interface=wlp0...
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
    'ssid="eduroam"'
    'key_mgmt=WPA-EAP'
    'pairwise=CCMP'
    'group=CCMP'
    'eap=PEAP'
    'anonymous_identity="ANONYMOUS"'
    'identity="IDENTITY"'
    'password="PASSWORD"'
    'ca_cert="CERT"'
    'phase2="auth=MSCHAPV2"'
    'priority=1'
)

ANONYMOUS is an email address with my organisation’s suffix, e.g. [email protected], IDENTITY is my full email address, PASSWORD is my password. It has special characters, but I hope quotation marks are taking care of those. CERT is the full path to the *.pem file with the certificate.