dell / iDRAC-Redfish-Scripting

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

Generating CSR with python redfish #163

Closed djcutch closed 3 years ago

djcutch commented 3 years ago

So i seem to find an issue with the script not liking - in the name of the email address.

{'CertificateCollection': '/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates', 'City': 'some city', 'CommonName': 'servername.fdqn', 'Email': 'user-home@company.com', 'Country': 'US', 'Organization': 'org', 'OrganizationalUnit': 'home', 'State': 'mi'}

texroemer commented 3 years ago

Hi @djcutch

Thank you for escalating this which is an issue in the iDRAC code, dash in string value for Email parameter is failing. I have escalated this issue and will be fixed in next iDRAC release 5.00.00 scheduled to be released this June.

Thanks Tex