Skip to content

Instantly share code, notes, and snippets.

@Rushilwiz
Created October 18, 2022 13:54
Show Gist options
  • Save Rushilwiz/73f153420cb41fb3eb768bf8fc20239a to your computer and use it in GitHub Desktop.
Save Rushilwiz/73f153420cb41fb3eb768bf8fc20239a to your computer and use it in GitHub Desktop.
Cloudpath WPA2-Enterprise Network-Manager
# Replace file locations, ifname, password, etc
nmcli connection add \
type wifi con-name "Fairfax" ifname "wlp0s20f3" ssid "Fairfax" -- \
wifi-sec.key-mgmt wpa-eap 802-1x.eap tls 802-1x.identity "1795923@byod.fcps.edu" \
802-1x.ca-cert ~/.wifi/root.cer \
802-1x.private-key-password "PASSWORD" 802-1x.private-key ~/.wifi/1795923@byodfcpsedu.p12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment