Hi,

I want to run ovirt-shell directly (as root) on the Engine. Presumably all the files I need for CA, key, and cert are in the /etc/pki area.

But when I use the attached .ovirtshellrc file I get:

error: [Errno 336265218] _ssl.c:341: error:140B0002:SSL routines:SSL_CTX_use_PrivateKey_file:system lib

How can I specify an appropriate configuration to get this working?
I would prefer to keep using SSL if possible.

Thanks,
    Bob

[cli]
autoconnect = True
autopage = True
[ovirt-shell]
username = "admin@internal"
timeout = None
extended_prompt = False
url = https://localhost/api
insecure = False
filter = False
session_timeout = None
ca_file = /etc/pki/ovirt-engine/ca.pem
dont_validate_cert_chain = False
key_file = /etc/pkg/ovirt-engine/keys/engine.p12
password = "XXX"
cert_file = /etc/pkg/ovirt-engine/certs/engine.cer
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to