LoginSignup
0
0

More than 5 years have passed since last update.

opensslの表示系コマンドメモ

Last updated at Posted at 2018-07-21

いつも忘れるのでメモ。
並べてみて気づいたが、サブコマンドが違うだけで後は一緒。

秘密鍵の確認

$ openssl rsa -in 秘密鍵ファイル -text

証明書署名要求の確認

$ openssl req -in 署名書署名要求ファイル -text

証明書の内容確認

$ openssl x509 -in 証明書ファイル -text
0
0
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
0
0