Servers - General
1753359 Members
6636 Online
108792 Solutions
New Discussion

error with Import-HPEiLOCertificate

 
kirandp
New Member

error with Import-HPEiLOCertificate

Hello

 

I have a singed certificate with SAN , singed by internal CA

i tried powershell

 

$connection = Connect-HPEiLO -DisableCertificateAuthentication -Credential $credential xx

Get-HPEiLOSSLCertificateInfo -Connection $connection

 

Above works fine

 

then i tried :

 

$cert = @"

@"

 

in above the actual singed cert was pasted

 

then

 

Import-HPEiLOCertificate -Certificate $cert -Connection $connection

 

Gave me an errror

 

anyone has used it ?

 

i am using this for

 

ProLiant DL380p Gen8

 

thanks