Openssl: Difference between revisions

From WikiWiki
Jump to navigation Jump to search
No edit summary   (change visibility)
No edit summary   (change visibility)
Line 6: Line 6:
! Comment !! Command
! Comment !! Command
|-
|-
| Convert pem (base64 keyfiles) to pfx || openssl pkcs12 -inkey privatekey.pem  -in publiccert.pem -export -out output.pfx
| Convert pem (base64 certfiles) to pfx || openssl pkcs12 -inkey privatekey.pem  -in publiccert.pem -export -out output.pfx
|-
|-
|  ||   
|  ||   
|}
|}

Revision as of 11:09, 20 January 2016

Some usefull Openssl commands


Comment Command
Convert pem (base64 certfiles) to pfx openssl pkcs12 -inkey privatekey.pem -in publiccert.pem -export -out output.pfx