mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-27 16:04:02 +02:00
Updating keyword and header formatting.
parent
492030d1db
commit
441a734657
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user