Eduroam – Linux: How to Verify Connection Type (Certificate or Username/Password-Based)

Body

Follow the steps below to confirm whether your Linux device is using a certificate-based connection (EAP-TLS) or a username/password-based connection to the eduroam network.

  1. From the command line interface (CLI), open/run the wpa_supplicant.conf file.
  2. Review the configuration details. A sample configuration may look like the example below:
ssid="eduroam"
key_mgmt=WPA-EAP
eap=TLS
identity="test"
ca_cert="/home/pi/FreeRadiusCA.crt"
client_cert="/home/pi/test.crt"
private_key="/home/pi/test.key"
}
  1. Check the eap value:

 

 


 

Details

Details

Article ID: 2815
Created
Mon 9/15/25 2:42 PM
Modified
Fri 10/10/25 10:09 AM