1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

crt,ca,keyをpfx形式に変換する方法

Posted at

変換コマンド

WSL2などopensslを使用できる環境で下記のコマンドを入力します。
testの部分は適宜書き換えて実行して下さい。

openssl pkcs12 -export -inkey test.key -certfile test.ca -in test.crt -out test.pfx

用語

pfx形式とは

Microsoft系のサービスで利用されることが多い、サーバ証明書と秘密鍵が1つになったファイルになります。
※中間証明書も追加することができます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?