@Stubakka @tep Would either of you be willing to do a quick write up of
the steps involved in this? Our Cisco admins are trying to implement
user certs for AnyConnect and we're having a difficult time getting it
off the ground for testing and deploym...
We use the following -- with a separate (modified) EA to collect en0,
en1, and en2 (we have MacPros with two ethernet ports along with wifi),
so we get everything we might need. #!/bin/bash en=`networksetup
-getmacaddress en0 | awk '{print $3}'` case...