python-hpilo icon indicating copy to clipboard operation
python-hpilo copied to clipboard

ilo2 failure Syntax error: Line #0: syntax error near ">" in the line

Open johanwinter1 opened this issue 6 years ago • 0 comments

import hpilo

ilo = hpilo.Ilo('test01l', 'Administrator', 'password') csr_req = { "country": "NL", "state": "Test state", "locality": "Test local", "organization": "COMPANY.", "organizational_unit": "ORG", "common_name": "test01-ilo" } ilo.certificate_signing_request(**csr_req) Traceback (most recent call last): File "<pyshell#10>", line 1, in ilo.certificate_signing_request(**csr_req)

hpilo.IloError: Syntax error: Line #0: syntax error near ">" in the line: "". You may have tried to use a feature this iLO version or firmware version does not support.

ilo.certificate_signing_request() runs without errors

can you help me out.

Thank you

johanwinter1 avatar Jul 07 '19 12:07 johanwinter1