Skip to content
Snippets Groups Projects
Commit 06ec6369 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmeneny cesty k certifikatum u prikladu

parent 55b07a88
Branches
Tags
No related merge requests found
...@@ -211,16 +211,16 @@ F. Configuration ...@@ -211,16 +211,16 @@ F. Configuration
Configuration file contains following parameters: Configuration file contains following parameters:
URI - URI of the Warden server URI - URI of the Warden server
e.g. 'https://mywarden.server.com:443/Warden' e.g. "https://mywarden.server.com:443/Warden"
SSL_KEY - path to a host key file, SSL_KEY - path to a host key file,
e.g. '/opt/warden-client/etc/mywarden.server.com.key' e.g. "/etc/ssl/private/client.key"
SSL_CERT - path to a host certificate file, SSL_CERT - path to a host certificate file,
e.g. '/opt/warden-client/etc/mywarden.server.com.pem' e.g. "/etc/ssl/certs/client.pem"
SSL_CA_CERT - path to a CA file SSL_CA_CERT - path to a CA file
e.g. '/etc/ssl/certs/tcs-ca-bundle.pem' e.g. "/etc/ssl/certs/tcs-ca-bundle.pem"
Client receives events in batches. Maximum number of events received in one Client receives events in batches. Maximum number of events received in one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment