Skip to content

Instantly share code, notes, and snippets.

@matt-FFFFFF
Created February 11, 2020 09:39
Show Gist options
  • Save matt-FFFFFF/f09cbc799ae0592208b781ee5f1ca159 to your computer and use it in GitHub Desktop.
Save matt-FFFFFF/f09cbc799ae0592208b781ee5f1ca159 to your computer and use it in GitHub Desktop.
GovWifi Linux connection with iwd
[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
@stuaxo
Copy link

stuaxo commented Mar 8, 2022

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)

@RMduck
Copy link

RMduck commented Jul 16, 2024

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.

@GodAtum360
Copy link

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?

@RMduck
Copy link

RMduck commented Aug 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment