After some googling I've discovered that the X.509 certificate formatted as PEM file, and Keychain needed DER.
- First split the long lines of the original file, with less than 75 chars per line;
- Then run:
openssl pkcs7 -inform PEM -in descargarCert -outform DER -out certificate.der -print_certs - Lastly import the certificate into the Keychain by opening the output file: certificate.der
http://bitacorasigloxxi.wordpress.com/2008/04/28/certificado-digital-fnmt-en-mac-os-x/
http://www.applesfera.com/mac-os/applesfera-responde-certificado-digital-de-la-fnmt-en-mac-os-x
No comments:
Post a Comment