.crtファイルと.keyファイルから.p12を生成する方法

$ openssl pkcs12 -export -inkey “作成した.key名” -in “作成した.crt名” -out “出力する.p12名”

(注) opensslがinstallされていること