Hi together,
firstly I would like to say that I am new to the community and hope to find some help here. Also a sorry if the form of creating questions may not be correct.
We would like to pre-publish a network SSID via plist or script of possible which does eap-tls auth with a user based certificate ( due to mac is not AD bound ) we can assume the certificate is already stored within the keychain.
I already created following bash script:
#!/bin/bash
networksetup -addpreferredwirelessnetworkatindex en0 NETWORKNAME 1 WPA2E
security set-identity-preference -c "USER NAME" -s "NETWORKNAME"
this alread pre-populates the network ssid but user still has to select EAP-TLS and correct certifcate.
To make clear what I want to do i attach pictures to manually connect to the network:


Thanks for the help
