test_transport_api_https_peer1.conf 706 B

1234567891011121314151617181920212223242526272829303132333435
  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. [transport-https]
  6. PORT = 12100
  7. CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
  8. KEY_FILE = $SERVICEHOME/https_key_p1.key
  9. CERT_FILE = $SERVICEHOME/https_cert_p1.crt
  10. USE_IPv6 = YES
  11. USE_IPv4 = YES
  12. [arm]
  13. PORT = 12105
  14. [statistics]
  15. PORT = 12104
  16. UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
  17. [resolver]
  18. PORT = 12103
  19. UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
  20. [peerinfo]
  21. PORT = 12102
  22. UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
  23. [transport]
  24. PORT = 12101
  25. PLUGINS = https
  26. UNIXPATH = /tmp/gnunet-p1-service-transport.sock
  27. DEBUG = NO