You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: