Data Domain: Import certyfikatu nie powiódł się. Użyto nieobsługiwanego algorytmu.

Summary: Próba zaimportowania certyfikatu na DD kończy się niepowodzeniem z powodu nieobsługiwanego algorytmu użytego do wygenerowania certyfikatu.

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

Opis problemu


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.

 

Główny powód:

Zmiana zachowania wymagająca bezpieczniejszych algorytmów została najpierw dodana w wersji 8.4, a następnie cofnięta do wersji 7.13.1.40 i 8.3.1.10. 

Z Podręcznika konfiguracji zabezpieczeń 8.4, strona 24:
"Obsługiwane są formaty PKCS12 i PEM. AES-256-CBC jest jedynym obsługiwanym algorytmem szyfrowania plików 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)

 

OBEJŚCIE PROBLEMU / UWAGI:

niezgodny plik magazynu kluczy PKCS12 można łatwo przekonwertować na zgodny magazyn kluczy za pomocą algorytmu AES-256-CBC, uruchamiając następujące 2 polecenia 

Krok #1: Wyeksportuj klucz prywatny i certyfikat z niezgodnego pliku magazynu kluczy PKCS#12 do formatu PEM:

 

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

Krok #2: Przekonwertuj wyeksportowane pliki par kluczy na plik magazynu kluczy 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


Krok #3: (Opcjonalnie) Sprawdź poprawność algorytmu przekonwertowanego pliku:

 

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.