This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
info:cryptography:openssl:generate_key [2013-02-18 14:26] andunix |
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: | ||