added conf dir with client pykmip sample file
This commit is contained in:
11
conf/client.conf.sample
Normal file
11
conf/client.conf.sample
Normal file
@@ -0,0 +1,11 @@
|
||||
# THIS IS A SAMPLE FILE, PLEASE COPY IT AND EDIT THE COPY
|
||||
[client]
|
||||
host=127.0.0.1
|
||||
port=5696
|
||||
certfile=kmip.crt
|
||||
keyfile=kmip.key
|
||||
ca_certs=kmip.crt
|
||||
cert_reqs=CERT_REQUIRED
|
||||
ssl_version=PROTOCOL_TLS
|
||||
do_handshake_on_connect=True
|
||||
suppress_ragged_eofs=True
|
||||
Reference in New Issue
Block a user