Mon appareil Android (4.4) dispose d'un WiFi configuré qui utilise l'authentification WPA2-TLS avec des certificats clients.
J'ai mis la main sur la configuration de wpa_supplicant et l'entrée correspondante ressemble à ceci :
network={
ssid="fobar"
key\_mgmt=WPA-EAP IEEE8021X
eap=TLS
identity="000123"
password="000000"
ca\_cert="keystore://CACERT\_fobar\_WPA\_EAPIEEE8021X\_TLS\_NULL"
client\_cert="keystore://USRCERT\_fobar\_WPA\_EAPIEEE8021X\_TLS\_N"
engine\_id="keystore"
key\_id="USRPKEY\_fobar\_WPA\_EAPIEEE8021X\_TLS\_NULL"
engine=1
proactive\_key\_caching=1
}
Comment puis-je obtenir les certificats et la clé ?