跳转到主内容

ONTAP自动生成证书名称时的命名规则是什么?

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

问题解答

自动设置cert-name 时,它将与 common-name 同名。但是,如果  已存在具有相同common-name 的证书,则 cert-name  将采用<common-name>_<serial> 的形式。
 
示例

ontap912::> security certificate create -common-name test -type server -vserver ontap912
The certificate's generated name for reference: test

ontap912::*> security certificate create -common-name test -type server
The certificate's generated name for reference: test_1812D5EF5CFFB4C1

ontap912::> security certificate show -common-name test
Vserver   Serial Number   Certificate Name             Type
---------- --------------- -------------------------------------- ------------
ontap912   1812D587C662AC6F
              test                  server
   Certificate Authority: test
      Expiration Date: Sat Dec 20 17:33:05 2025

ontap912   1812D5EF5CFFB4C1
              test_1812D5EF5CFFB4C1          server
   Certificate Authority: test
      Expiration Date: Sat Dec 20 17:40:30 2025

2 entries were displayed.

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.