Go to main content
Oracle® ZFS Storage Appliance 管理ガイド、Release OS8.7.0

印刷ビューの終了

更新: 2017 年 3 月
 
 

信頼できる証明書の詳細の表示 (CLI)

CSR および証明書の詳細を表示するには、次のステップを使用します。

  1. すべての証明書エントリを表示するには、configuration settings certificates trusted コンテキストに移動し、show コマンドを入力します。
    hostname:configuration settings certificates system> show
    Properties:
                    default = auto
    Trusted Certificates:
    CERT     TYPE SUBJECT                   ISSUER                    EXPIRES   
    cert-002 cert hostname.us.example.com   Joe Test CA               2038-1-21
  2. 証明書の詳細を表示するには、次のコマンドを使用します。
    hostname:configuration settings certificates system> select cert-000
    hostname:configuration settings certificates system cert-000> show
    Properties:
                             uuid = 195071da-66ac-43a6-edfa-bbbd7451f1d5
               subject_commonname = hostname.us.example.com
                issuer_commonname = Joe Test CA
                              dns = hostname.us.example.com
                               ip = 192.0.2.1
                          comment = test certificate
                        notbefore = 2014-12-4 00:31:33
                         notafter = 2038-01-19 00:31:33
                  sha1fingerprint = 81:A2:4B:C4:06:A9:14:1E:3E:0B:8A:70:FB:1A:30:45:2D:93:DD:02
                   md5fingerprint = B7:B2:F4:3B:BB:04:8E:11:A2:64:3D:69:BF:8A:79:CC
    hostname:configuration settings certificates system cert-000> done