[Users] Specifying values for cert, key, and CA for ovirt-shell

Bob Doolittle bob at doolittle.us.com
Wed Jan 8 19:07:45 UTC 2014


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

-------------- next part --------------
[cli]
autoconnect = True
autopage = True
[ovirt-shell]
username = "admin at 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


More information about the Users mailing list