dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
606 stars 279 forks source link

example python for generating csr/importing ssl certificate. #88

Closed acblatt closed 4 years ago

acblatt commented 4 years ago

Can you use idrac redfish to generate csr and import certificate as can do with racadm?

texroemer commented 4 years ago

Hi @acblatt

Sorry for the late reply, current iDRAC versions do not support generate CSR but they do support import certificate. Redfish generate CSR is planned to get added in future iDRAC release.

For import certificate support, refer to URI "redfish/v1/Dell/Managers/iDRAC.Embedded.1/DelliDRACCardService" and schema "redfish/v1/Schemas/DelliDRACCardService_v1.xml".

Thanks