diff --git a/conf/client.conf.sample b/conf/client.conf.sample new file mode 100644 index 0000000..0fc7155 --- /dev/null +++ b/conf/client.conf.sample @@ -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 \ No newline at end of file