HPE OneView
1832872 Members
2936 Online
110048 Solutions
New Discussion

HPE Oneview manage Certificates with Powershell

 
erki72
Frequent Advisor

HPE Oneview manage Certificates with Powershell

Hello there,

We are using HPE OneView to manage our ESXi VM hosts (ProLiant DL385 Gen10 Plus) and also use iLO within our company. To secure web access on iLO, we rely on a third-party certificate authority to issue web certificates.

Currently, generating the CSR and importing web certificates is done using PowerShell scripts, with the following modules:

  • HPEOneView.830
  • HPEiLOCmdlets

At the moment, I have to log in to each iLO individually to replace its web certificate.

I would like to know if it is possible to use the OneView REST API with Auth Token to update iLO web certificates automatically, without having to log in to each iLO manually every time.

Thanks for help