LoginSignup
16
22

More than 5 years have passed since last update.

SSL証明書(pfx形式)作成メモ

Last updated at Posted at 2015-02-03

これは何?

Microsoft Azure のカスタムドメイン用SSL証明書はpfx形式。
なのでkeyとcrtからpfxを生成しますメモ.

keyとcrtファイルからpfx生成

openssl pkcs12 -export -out domain.pfx -inkey domain.key -in domain.crt

Azure CDNの場合はpem形式

openssl pkcs12 -in domain.pfx -out domain.pem

参考

16
22
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
16
22