Table of Contents

Linux

/etc/wpa_supplicant.conf


Mac OSX

$ openssl pkcs12 -export -clcerts -inkey user.key -in user.crt -out user.p12 -name "user"

<note important> A password must be set during the openssl pkcs12 export. Otherwise, the keychain will refuse to import the pkcs12. </note>

<note tip>

  1. Import CA.crt
  2. Trust CA.crt
  3. Import user.p12

</note> <note tip>

  1. Find WLAN
  2. Connect to other net
  3. Select “Company WPA2”
  4. security: EAP-TLS

</note>

Windows

Enterpise WPA2

import CA import pkcs12

Personal Log: Open-Source Filters FTW!