使用自定义证书名称进行的 CA 签名 SSL 证书安装失败,并出现重复的条目
状态信息
适用于
- ONTAP 9.7% 之前的版本
- CA 签名的 SSL 证书
问题
certificate install
命令失败。
Cluster01::> certificate install -type server -vserver svm1 -cert-name custom_cert_name
Please enter Certificate: Press <Enter> when done
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Please enter Private Key: Press <Enter> when done
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
Please enter certificates of Certification Authorities (CA) which form the certificate chain of the server certificate. This starts with the issuing CA certificate of the server
certificate and can range up to the root CA certificate.
Do you want to continue entering root and/or intermediate certificates {y|n}: y
Please enter Intermediate Certificate: Press <Enter> when done
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Do you want to continue entering root and/or intermediate certificates {y|n}: y
Please enter Intermediate Certificate: Press <Enter> when done
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
Do you want to continue entering root and/or intermediate certificates {y|n}: n
Error: command failed: duplicate entry
certificate show
SVM 上的命令不返回任何条目:
Cluster01::> certificate show -vserver svm1
There are no entries matching your query.