Connect to the FCPSonboard network
Open a web browser and navigate to fcps.edu
You should be redirected to a login website
Accept the terms
Select "FCPS Staff and Students"
a. You could also sign in as a guest, that just changes the password you use in a later step.
Enter your FCPS Student ID and Password
Navigate to the "Other" network devices
--PICTURE NEEDED--
Download the certificates
--PICTURE NEEDED--
Now, navigate to your network manager.
Click on the “Fairfax” wifi network in the list of networks. Enter the information in the box as shown.
Make sure to select “TLS” as the authentication type and not “TTLS”.
If you are a cool person who uses wpa_supplicant
, put this instead in your /etc/wpa_supplicant/wpa_supplicant-<interface>.conf
network={ssid="Fairfax"key_mgmt=WPA-EAPeap=TLSidentity="[email protected]"# or,# identity="<your-id>@byod.fcps.edu"ca_cert="/etc/wpa_supplicant/wifi_certs/FCPS.pem"client_cert="/etc/wpa_supplicant/wifi_certs/user.crt"private_key="/etc/wpa_supplicant/wifi_certs/user.key"private_key_passwd="<guest password or your own password>"}
a. FCPS.pem == The first CA certificate (you don't need the websense one)
b. user.crt == openssl pkcs12 -in certificate.p12 -out user.crt
c. user.key == certificate.p12