Examine x509 Certificate
Wednesday, June 24, 2009
I've noted uses of the "openssl" command before. Here is another.
A quick way to examine a certificate in plain text.
openssl x509 -text -in cert.pem
posted by Don @ 1:12 PM, , link to this post
Convert Seperate Key/Cert Files to PFX
Thursday, June 04, 2009
The reverse of the process of extracting the key/certs from a PFX can be achieved via the following:
openssl pkcs12 -export -in [certificate.crt] -inkey [private.key] -out [package.pfx]
posted by Don @ 11:21 AM, , link to this post
About This Blog
This blog is a place where I hope to put the snippets and trimmings of my geek'dom ... code samples that have served me well, tech links and other such things that'll I find useful. In short, any time I have to Google something, I tend to post it here for others to find as well.
Also, having owned 'digital-penguin.com' for many years and having worked with many a fellow geek, this site also serves as a place where I can always be found.
