1 Rookie
•
11 Posts
0
367
September 4th, 2020 05:00
How to use Redfish to sslkeyupload as with racadm
Hi
Redfish has a program ExportImportSSLCertificateREDFISH.py to upload certificates.
I need a way to upload a private key file like racadm's sslkeyupload.
If anyone can please assist.
Thanks so much.
No Events found!
DELL-Young E
Moderator
•
5.1K Posts
1
August 1st, 2025 03:54
Hello, in the future you can use this to find all API related commands.
https://developer.dell.com/apis/2978/versions/7.xx
Respectfully,
bigh-aus
1 Rookie
•
22 Posts
0
August 1st, 2025 00:51
I'm also looking for this...
bigh-aus
1 Rookie
•
22 Posts
0
August 1st, 2025 01:58
I finally found it after 6 hours of searching. I want my time back Dell. Submitted feedback on the api, also left a github issue.
https://github.com/dell/iDRAC-Redfish-Scripting/blob/468fcd2424434d65902a290ca20b69dd7c1a4ca3/Redfish%20Python/ExportImportSSLCertificateREDFISH.py#L216
The endpoint you want it this:
/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.UploadSSLKey
Putting it here since it was impossible to find! IT"S NOT IN THE API DOCS hopefully it helps other automate in the future.
(edited)
bigh-aus
1 Rookie
•
22 Posts
0
August 1st, 2025 15:03
@DELL-Young E Thank you. Dell's documentation is a mess.