openssl pkcs12

Description

PKCS#12 file utility for creating and managing keystores.

Command
openssl pkcs12
Examples
Create PKCS#12 keystore
openssl pkcs12 -export -in certificate.crt -inkey private.key -out keystore.p12
View PKCS#12 contents
openssl pkcs12 -in keystore.p12 -info -noout
Parameters
Parameter Type Required Description
-export string No Create PKCS#12 file
-in string No Input certificate file
-inkey string No Input private key file
-out string No Output PKCS#12 file
Command Info
Category: Keystore Management
Type: Openssl
Views: 12
Status: Active
Tags
pkcs12 keystore p12