Data Domain: 証明書のインポートに失敗しました。サポートされていないアルゴリズムが使用されています。

Summary: DDで証明書をインポートしようとすると、証明書の生成にサポートされていないアルゴリズムを使用しているため失敗します。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

問題の説明:


sysadmin@DDhostname(active:1)# adminaccess certificate import host application all file DDhostname.p12
Enter password:

**   Importing the certificate will restart the http/https services and currently active http/https user sessions will be terminated.

        Do you want to import this certificate? (yes|no) [yes]: yes

**** Certificate import failed. Unsupported algorithm used.

Only "PBES2, PBKDF2, AES-256-CBC" (AES-256-CBC) encryption algorithm is supported for the PKCS12 file.

 

根本原因:

より安全なアルゴリズムを必要とする動作の変更は、8.4で最初に追加され、その後7.13.1.40および8.3.1.10にバックポートされました。 

『8.4セキュリティ構成ガイド』の24ページから、
「PKCS12およびPEM形式がサポートされています。AES-256-CBCは、PKCS12ファイルでサポートされている唯一の暗号化アルゴリズムです。

https://dl.dell.com/content/manual48623864-ddos-dell-powerprotect-data-domain-virtual-edition-and-powerprotect-dd-management-center-ddmc-8-4-security-configuration-guide.pdf?language=en-us (p24)

 

回避策/メモ:

非準拠のPKCS12キーストア ファイルは、次の2つのコマンドを実行することで、AES-256-CBCアルゴリズムに準拠したキーストアに簡単に変換できます 

ステップ #1: 非準拠の PKCS#12 キーストアファイルから PEM 形式に秘密キーと証明書をエクスポートします。

 

openssl pkcs12 -in nonCompiantkeystore.p12  -nokeys -out cert.pem
openssl pkcs12 -in nonCompiantkeystore.p12  -nodes -nocerts -out key.pem

ステップ#2:エクスポートされたキーペアファイルを準拠のPKCS#12キーストアファイルに変換します。

 

openssl pkcs12 -export -in cert.pem -inkey key.pem -name  tomcat -out Compiantkeystore.p12 -macalg SHA256  -keypbe AES-256-CBC -certpbe AES-256-CBC -passout pass:DD_1234


ステップ#3:(オプション)変換されたファイルのアルゴリズムを検証します。

 

openssl pkcs12 -info -in Compiantkeystore.p12 -noout

openssl pkcs12 -info -in ddv.p12 -noout

openssl pkcs12 -in ddv.p12 -clcerts -nokeys -out cert.pem
openssl pkcs12 -in ddv.p12 -cacerts -nokeys -out public.pem
openssl pkcs12 -in ddv.p12 -nocerts -out key.pem
openssl rsa -in key.pem -out dkey.pem

openssl pkcs12 -export -out ddvnew.p12 -keypbe AES-256-CBC -certpbe AES-256-CBC -certfile public.pem -inkey dkey.pem -in cert.pem

Affected Products

Data Domain
Article Properties
Article Number: 000458521
Article Type: How To
Last Modified: 03 Sept 2026
Version:  1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.