added conf dir with client pykmip sample file

This commit is contained in:
2022-09-06 20:41:47 -04:00
parent 5958bfdd55
commit 5c7b348b1b

11
conf/client.conf.sample Normal file
View 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