Hey JAMF Users,
We use EAP-TLS to connect to our corp wifi network. Im trying to figure out how to connect to it via command line.
MDM Wifi Certs - pushes the SCEP cert to the device to be set as the identity. This command will set the identity security set-identity-preference -c $user -s com.apple.network.eap.user.identity.wlan.ssid.Earth
Now how do I establish the connection using that identity. I've tried:
networksetup -setairportnetwork en0 Earth
But that doesn't work as expected.