Server Management - Remote Server Management
1753510 Members
5967 Online
108795 Solutions
New Discussion юеВ

ILO4 Enforce AES/3DES through CLI without FIPS

 
RacePaceAce
New Member

ILO4 Enforce AES/3DES through CLI without FIPS

Hi All,

I'm working on some automation for our iLO deployments and once of the requirements is to enfoce AES/3DES encryption. I've found the following CLI command for Powershell:

Enable-HPiLOFIPS

The problem is, this enables both FIPS and AES/3DES. I only need to enable AES/3DES. Anybody know how this can be achieved?

Cheers!

3 REPLIES 3
Pra_Sah
HPE Pro

Re: ILO4 Enforce AES/3DES through CLI without FIPS

Hello RacePaceAce,

Thank you for your query.

In case you want to know more about the powerShell Scripting you can refer to :- https://support.hpe.com/hpsc/doc/public/display?docId=c03958206
You can also refer to:- https://support.hpe.com/hpsc/doc/public/display?docId=c03334058

In case you need any further assistance, then you can log a support ticket with HPE Support Team so that they can assist you further on this query.

Regards,

I am an HPE employee

Accept or Kudo

Eric_Michael
New Member

Re: ILO4 Enforce AES/3DES through CLI without FIPS

Did you ever figure out the answer to this?  

Eric_Michael
New Member

Re: ILO4 Enforce AES/3DES through CLI without FIPS

Setup you connection creds and build the $Connection Variable.  Then run the command below.  

 

Set-HPEiLOAccessSetting -Connection $connection -EnforceAES3DESEncryption Yes