mirror of https://github.com/OpenKMIP/PyKMIP.git
Updating section headings.
parent
441a734657
commit
ca7ac2a0b6
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue