On Sat, Apr 13, 2013 at 7:56 AM, Taiki <[email protected]> wrote: > Does anyone have a code using this feature or an example exploiting a PEM > file?
It's easy to convert from PEM to PKCS#12: openssl pkcs12 -chain -export -password pass:PASSWORDFORPKCS12 -in CERTIFICATE.pem -out CERTIFICATE.p12 I'm sure it's also possible programmatically using the OpenSSL API. -- David Strauss | [email protected] | +1 512 577 5827 [mobile] ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
