Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: September 2017
 
 

Viewing Trusted Certificate Details (CLI)

To view CSR and certificate details, use the following steps.

  1. To view all certificate entries, go to the configuration settings certificates trusted context, and enter the show command.
    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. To view the details of a certificate, use the following commands.
    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