User Tools

Site Tools


info:cryptography:openssl:generate_key
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
info:cryptography:openssl:generate_key [2013-02-18 14:00]
andunix info:cryptography:openssl:generate_test_key renamed to info:cryptography:openssl:generate_key
info:cryptography:openssl:generate_key [2014-11-20 08:13] (current)
andunix
Line 15: Line 15:
 Now you can pack the key into a PKCS#12 container: Now you can pack the key into a PKCS#12 container:
  
-  openssl pkcs12 -export -out testkey.pfx -inkey testkey.key -in testkey.crt+  openssl pkcs12 -export -out testkey.p12 -inkey testkey.key -in testkey.crt
  
 Informations about the used arguments from the OpenSSL man page: Informations about the used arguments from the OpenSSL man page:
Line 25: Line 25:
   * ''[[http://www.openssl.org/docs/apps/pkcs12.html#item__in|-in testkey.crt]]'': this specifies filename of the PKCS#12 file to be parsed. Standard input is used by default.   * ''[[http://www.openssl.org/docs/apps/pkcs12.html#item__in|-in testkey.crt]]'': this specifies filename of the PKCS#12 file to be parsed. Standard input is used by default.
  
-{{tag>cryptography howto guide openssl security}}+{{tag>cryptography howto openssl security}}
info/cryptography/openssl/generate_key.1361196020.txt.gz · Last modified: 2013-02-18 14:00 by andunix