Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johanwinter1 opened this issue Jul 7, 2019 · 0 comments

Comments

@johanwinter1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant