Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created January 30, 2009 11:54
Show Gist options
  • Select an option

  • Save shimarin/55033 to your computer and use it in GitHub Desktop.

Select an option

Save shimarin/55033 to your computer and use it in GitHub Desktop.
# SSLの色々メモ
# IISからエクスポートした証明書+鍵のファイルをOpenSSL用に出力
openssl pkcs12 -in cert.pfx
# CSRの内容を確認する
openssl req -in CSRファイル -text
# CSRつくる
openssl req -new -key 秘密鍵ファイル -out CSRファイル
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment