PowerStore: Unity를 Remote System for File로 추가할 때 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를 원격 시스템으로 추가하려고 할 때 오류 발생:
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

PowerStore
Article 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.