Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GnuTLS certtool を使用して、PEM 公開鍵と秘密鍵を PKCS12 pfx バンドルに変換したいと考えています。ターゲット システムで使用できる openssl がありません。openssl と同等のコマンドは次のとおりです。
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt
$ certtool --load-certificate certificate.pem --load-privkey certificate.pem --to-p12 --outder --outfile certificate.pfx