Go to main content

Oracle® ZFS Storage Appliance 관리 설명서, 릴리스 OS8.8.0

인쇄 보기 종료

업데이트 날짜: 2018년 11월
 
 

신뢰할 수 있는 인증서 세부정보 보기(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