From 441a73465779dfaa7b26be2f86e83f8d3f271dce Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 1 Dec 2016 15:16:23 -0500 Subject: [PATCH] Updating keyword and header formatting. --- Configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index efdbe53..8d58082 100644 --- a/Configuration.md +++ b/Configuration.md @@ -1,6 +1,6 @@ By default, the PyKMIP client and server look in `/etc/pykmip` for their configuration files. This directory will not be created during install, so you will need to create it yourself. However, example client and server configuration files, named `pykmip.conf` and `server.conf` respectively, are provided under the examples directory in the PyKMIP repository to help get you started. -Client Configuration +# Client Configuration The `pykmip.conf` file contains one or more client configuration sections defining the information the client needs to successfully establish a TLS connection with a KMIP appliance. This configuration section looks like this: @@ -25,7 +25,7 @@ The "[client]" line at the beginning is the name or label of the configuration b [production] ... -To properly connect with your KMIP appliance, you will need to work with the appliance administrator to get the proper network settings (`host` and `port`) and the right certificate files (`certfile`, `keyfile`, and `ca_certs`), otherwise you will not be able to connect. The username and password values may or may not be needed, depending on the appliance's security policy; if they are not needed, just leave them blank: +To properly connect with your KMIP appliance, you will need to work with the appliance administrator to get the proper network settings (`host` and `port`) and the right certificate files (`certfile`, `keyfile`, and `ca_certs`), otherwise you will not be able to connect. The `username` and `password` values may or may not be needed, depending on the appliance's security policy; if they are not needed, just leave them blank: [client] ... @@ -34,7 +34,7 @@ To properly connect with your KMIP appliance, you will need to work with the app All of the other settings you can leave as is, unless told otherwise by your networking or appliance administrator. These settings are used to properly set up the client's TLS connection to the appliance. Modifying these improperly may weaken the security of the TLS connection. -Server Configuration +# Server Configuration The `server.conf` file contains the server configuration section defining the information the server needs to successfully establish TLS connections with clients. This configuration section looks like this: