PowerStore:將 Unity 新增為檔案的遠端系統時,若 SSL 憑證中缺少 IP 位址,匯入會失敗
Summary: 如果 Unity 管理 IP 位址不在遠端系統的自我簽署憑證中,則 PowerStore 無法新增。
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.
Symptoms
嘗試將 Unity 新增為遠端系統時發生錯誤:
PowerStore Manager 的螢幕截圖:

Failed to run REST request to the source Unity system because the specified IP address is not found in the SSL certificate of Unity. (0xE08010110DC4)
PowerStore Manager 的螢幕截圖:

Cause
Unity 憑證缺少 Unity 管理 IP 位址和完整網域名稱值的「subjectAltName」資訊。
Resolution
在 Unity 上產生新的憑證,其中會指定「subjectAltName」資訊。
例:
例:
1) Using the openssl utility from a Linux host, create a Certificate Signing Request file with the following fields: C=Country, ST=State, L=Location, O=Organization, CN=CommonName service@Unity_LAB spb:~/user> openssl req -new -sha256 -key server.key -passin pass:emcemc -out request.csr -days 1825 -subj '/C=US/ST=MA/L=Sarasota/O=MyCust/CN=5.6.7.11/' 2) Self-sign the Certificate Signing Request file with the private key. If there is an "unable to write 'random state'" error, elevate to root user and try again. service@Unity_LAB spb:~/user> openssl x509 -in request.csr -sha256 -out unitycer.crt -req -signkey server.key -days 1825 -extfile <(printf "subjectAltName=DNS:<MyUnity.LAB.DELL.COM>,DNS:<MyUnity>,IP:<IPV4 management IP>, IP:<IPV6 management IP>")
Affected Products
PowerStoreArticle Properties
Article Number: 000226350
Article Type: Solution
Last Modified: 05 Sept 2025
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.