hunting bugs
[oweals/gnunet.git] / src / transport / transport.conf.in
index e49235d8de9d8c4f5c2e3d592607c4efe617777e..c6c752d8a2c5b10bd797ba85dcecbfe9c8185688 100644 (file)
@@ -58,6 +58,7 @@ MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
 
 [transport-http_server]
+#EXTERNAL_HOSTNAME = <your hostname/path>
 PORT = 1080
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;
@@ -69,8 +70,8 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
 [transport-https_server]
 PORT = 4433
 CRYPTO_INIT = NORMAL
-KEY_FILE = https.key
-CERT_FILE = https.cert
+KEY_FILE = $SERVICEHOME/https.key
+CERT_FILE = $SERVICEHOME/https.cert
 MAX_CONNECTIONS = 128
 TESTING_IGNORE_KEYS = ACCEPT_FROM;