Created
February 11, 2020 09:39
-
-
Save matt-FFFFFF/f09cbc799ae0592208b781ee5f1ca159 to your computer and use it in GitHub Desktop.
GovWifi Linux connection with iwd
This file contains 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=PEAP | |
EAP-Identity=anonymous | |
EAP-PEAP-CACert=/etc/ca-certificates/extracted/cadir/DigiCert_Global_Root_CA.pem | |
EAP-PEAP-ServerDomainMask=wifi.service.gov.uk | |
EAP-PEAP-Phase2-Method=MSCHAPV2 | |
EAP-PEAP-Phase2-Identity=<username> | |
EAP-PEAP-Phase2-Password=<password> | |
[Settings] | |
AutoConnect=True |
https://docs.wifi.service.gov.uk/certificate-rotation.html#update-the-profile-on-managed-devices
Certificates get rotated. I was able to download a current one from here and confirm it works.
https://docs.wifi.service.gov.uk/certificate-rotation.html#update-the-profile-on-managed-devices
Certificates get rotated. I was able to download a current one from here and confirm it works.
Which cert did you use, there's 3 listed?
Use the root certificate.
https://docs.wifi.service.gov.uk/assets/2024/DigiCertGlobalRootG2.crt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note for others -
The certificate seems to be this one
https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem
I was able to connect after using it (obviously with correct username and password)