stuff
[oweals/gnunet.git] / src / transport / test_transport_api_https_peer1.conf
1 @INLINE@ test_transport_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-https-p1/
4 DEFAULTCONFIG = test_transport_api_https_peer1.conf
5
6 [transport-https]
7 PORT = 12100
8 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
9 KEY_FILE = $SERVICEHOME/https_key_p1.key
10 CERT_FILE = $SERVICEHOME/https_cert_p1.crt
11 USE_IPv6 = YES
12 USE_IPv4 = YES
13
14 [arm]
15 PORT = 12105
16
17 [statistics]
18 PORT = 12104
19 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
20
21 [resolver]
22 PORT = 12103
23 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
24
25 [peerinfo]
26 PORT = 12102
27 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
28
29 [transport]
30 PORT = 12101
31 PLUGINS = https
32 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
33 DEBUG = NO
34
35