メインコンテンツまでスキップ

ONTAPで生成されたCSRでは、どのようなキー使用方法と拡張キー使用オプションが使用されますか?

Views:
63
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.

 

  • この記事は役に立ちましたか?