カスタム証明書名を使用した CA 署名付き SSL 証明書のインストールは、重複するエントリで失敗します
のしんだ
に適用されます
- 9.7 より前の ONTAP
- 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.