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

hpilo_cli import_certificate - Internal CA singed cert import error

Open Kirandp6 opened this issue 5 years ago • 0 comments

Hi,

I tried -

hpilo_cli 10.xxxx import_certificate certificate="$(cat /root/path)"

( this is same cert worked fine on Dell idrac .. so cert seems ok )

Traceback (most recent call last): File "/bin/hpilo_cli", line 334, in main() File "/bin/hpilo_cli", line 214, in main results = [getattr(ilo, method)(**params)] .. hpilo.IloError: Invalid certificate common name

Here the ilo name was used as SAN name .. and not the common name

is this limilation from HP ilo or hpilo_cli

thanks

Kirandp6 avatar Dec 11 '20 08:12 Kirandp6