aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-06-27 14:57:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-06-27 14:57:26 +0000
commit7d7446953b3c58ab3c9e15705a1c85a6f96dddf6 (patch)
tree35227e9bf8cc2c767fdb4a82ee8c453f8e2b4eb1 /src/transport/transport.conf.in
parent004f1b9239e18308486ed78dcc70ce85cdc08b74 (diff)
downloadgnunet-7d7446953b3c58ab3c9e15705a1c85a6f96dddf6.tar.gz
gnunet-7d7446953b3c58ab3c9e15705a1c85a6f96dddf6.zip
enabling certification verification in test
adding cfg options for certificate verification
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 88eb914aa..863c58e4a 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -77,8 +77,11 @@ MAX_CONNECTIONS = 128
77TESTING_IGNORE_KEYS = ACCEPT_FROM; 77TESTING_IGNORE_KEYS = ACCEPT_FROM;
78 78
79[transport-https_server] 79[transport-https_server]
80#EXTERNAL_HOSTNAME = <your hostname/path> 80# EXTERNAL_HOSTNAME = <your hostname/path>
81#VERIFY_EXTERNAL_HOSTNAME = YES 81# EXTERNAL_HOSTNAME_ONLY = YES
82# If you have a valid SSL certificate for your external hostname tell,
83# clients to verify it
84# VERIFY_EXTERNAL_HOSTNAME = YES
82PORT = 4433 85PORT = 4433
83ADVERTISED_PORT = 4433 86ADVERTISED_PORT = 4433
84CRYPTO_INIT = NORMAL 87CRYPTO_INIT = NORMAL