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

zmena umisteni klice a certifikatu u pro server klienta

parent 5d868e58
No related branches found
No related tags found
No related merge requests found
......@@ -219,12 +219,12 @@ make_client_conf()
#-------------------------------------------------------------------------------
# SSL_KEY_FILE - path to client SSL certificate key file
#-------------------------------------------------------------------------------
\$SSL_KEY_FILE = \"${etc}/${key_file}\";
\$SSL_KEY_FILE = \"${key}\";
#-------------------------------------------------------------------------------
# SSL_CERT_FILE - path to client SSL certificate file
#-------------------------------------------------------------------------------
\$SSL_CERT_FILE = \"${etc}/${cert_file}\";
\$SSL_CERT_FILE = \"${cert}\";
#-------------------------------------------------------------------------------
# SSL_CA_FILE - path to CA certificate file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment