c907826614
This change adds configuration and policy example files, to make the setup and usage of the PyKMIP client and server easier for users.
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
[server]
|
|
hostname=127.0.0.1
|
|
port=5696
|
|
certificate_path=/etc/pykmip/certs/server_cert.pem
|
|
key_path=/etc/pykmip/certs/server_private_key.pem
|
|
ca_path=/etc/pykmip/certs/server_ca_cert.pem
|
|
auth_suite=Basic
|
|
policy_path=/etc/pykmip/policies
|