ce094c144b
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
1.3 KiB
1.3 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
winrm_cert_key_pem_path =
~/.ssl/key.pem |
(StrOpt) Path to the x509 certificate key. |
winrm_cert_pem_path = ~/.ssl/cert.pem |
(StrOpt) Path to the x509 certificate used for accessing the serviceinstance. |
winrm_conn_timeout = 60 |
(IntOpt) WinRM connection timeout. |
winrm_operation_timeout = 60 |
(IntOpt) WinRM operation timeout. |
winrm_retry_count = 3 |
(IntOpt) WinRM retry count. |
winrm_retry_interval = 5 |
(IntOpt) WinRM retry interval in seconds |
winrm_use_cert_based_auth = False |
(BoolOpt) Use x509 certificates in order to authenticate to theservice instance. |