From ca7ac2a0b689f68c983e2ddd03576d8a3ebfa775 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 1 Dec 2016 15:16:54 -0500 Subject: [PATCH] Updating section headings. --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 8d58082..308fdb5 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: @@ -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: