i-focus i-focus BB
    • カテゴリ
    • 最近
    • タグ
    • 人気
    • ユーザー
    • グループ
    • 登録
    • ログイン

    OpenSSL Command

    Infra
    1
    1
    241
    もっと見る
    • 古いものから新しい順
    • 新しいものから古い順
    • 最高評価
    返信
    • スレッドとして返信する
    投稿するのにログインして下さい
    このスレッドが削除されました。スレッド管理権を持っているユーザーにしか読めません。
    • yuhopeY
      yuhope
      最後に編集した時間

      証明書ファイルの内容を確認

      openssl x509 -text -noout -in /[FilePath]/[CertFile]

      秘密鍵ファイルの内容を確認

      openssl rsa -text -noout -in /[FilePath]/[KeyFile]

      CSRファイルの内容を確認

      openssl req -text -noout -in /[FilePath]/[CSRFile]

      #秘密鍵ファイルpassword
      openssl rsa -in old_server_key.pem -out new_server_key.pem

      openssl x509 -in source.crt -out tmp.der -outform DER
      openssl x509 -in tmp.der -inform DER -out dest.pem -outform pem

      1 件の返信 最後の返信 返信 引用 0
      • First post
        Last post