aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-19 12:51:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-19 12:51:44 +0000
commit036a298f529e8c060c4b650a16f2cd4307018311 (patch)
tree80c4d9888f01b789223c340131e8da513a723c37 /src/transport/transport.conf.in
parentb0967c5c5933aa4cd6d389d520d04fcf49e8cfe6 (diff)
downloadgnunet-036a298f529e8c060c4b650a16f2cd4307018311.tar.gz
gnunet-036a298f529e8c060c4b650a16f2cd4307018311.zip
move https cert location to servicehome
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index c08d2a939..c6c752d8a 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -70,8 +70,8 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
70[transport-https_server] 70[transport-https_server]
71PORT = 4433 71PORT = 4433
72CRYPTO_INIT = NORMAL 72CRYPTO_INIT = NORMAL
73KEY_FILE = https.key 73KEY_FILE = $SERVICEHOME/https.key
74CERT_FILE = https.cert 74CERT_FILE = $SERVICEHOME/https.cert
75MAX_CONNECTIONS = 128 75MAX_CONNECTIONS = 128
76TESTING_IGNORE_KEYS = ACCEPT_FROM; 76TESTING_IGNORE_KEYS = ACCEPT_FROM;
77 77