OpenSSL. Obtener parte pública de un certificado


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. openssl pkcs12 -in cert_in.p12 -out cert_out.pem -clcerts -nokeys

URL: http://www.openssl.org/docs/apps/pkcs12.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.