Thread
:
Wifi WPA-EAP problems on Nokia N900
View Single Post
pali
2015-12-23 , 10:07
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#
4
Maemo Certificate Manager can import EAP-TLS certificate only in PKCS12 format with .pfx extension. It must contains:
* private key
* client certificate
* server certificate
* all CA certificates in signed trust chain
If certificate is in PEM format, first must be splitted into separate parts and then converted to PKCS12.
Use this command for creating PKCS12 file "cert.pfx" without password:
$ openssl pkcs12 -export -nodes -passout pass: -out cert.pfx -inkey private_key.pem -in client_certificate.pem -certfile server_cert_with_all_ca_certs.pem
Quote & Reply
|
The Following 6 Users Say Thank You to pali For This Useful Post:
Fatalist
,
Malakai
,
peterleinchen
,
reinob
,
sicelo
,
Wikiwide
pali
View Public Profile
Find all posts by pali