跳转到主内容

在ONTAP生成的CSR中使用了哪些密钥使用和扩展密钥使用选项?

Views:
4
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

适用场景

  • ONTAP 9
  • SSL证书签名请求(CSR)

问题解答

通过生成默认CSR security certificate generate-csr 将包含以下X.509 v3选项:
 
openssl req -text -in filename.csr
 
Certificate Request:
   Data:
     Version: 0 (0x0)
     Subject: CN=test
     Subject Public Key Info:
       Public Key Algorithm: rsaEncryption
         Public-Key: (2048 bit)
         Modulus:
        <SNIP>
         Exponent: 65537 (0x10001)
     Attributes:
     Requested Extensions:
       X509v3 Key Usage: critical
         Digital Signature, Key Encipherment
       X509v3 Extended Key Usage:
         TLS Web Client Authentication, TLS Web Server Authentication

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.