This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/conf/tfe/tfe.conf
2018-11-23 21:17:54 +08:00

38 lines
734 B
Plaintext

[kni]
uxdomain=/home/server_unixsocket_file
[ssl]
ssl_max_version=tls12
no_session_ticket=0
log_master_key=1
trusted_cert_file=resource/tfe/tls-ca-bundle.pem
trusted_cert_dir=resource/tfe/trusted_storage
key_log_file=log/sslkeylog.log
no_alpn=1
[key_keeper]
#Mode: debug - generate cert with ca_path, normal - generate cert with cert store
#mode = normal
mode = debug
cert_store_host=192.168.11.100
cert_store_port=9991
ca_path=resource/tfe/mesalab-ca.pem
untrusted_ca_path=resource/tfe/mesalab-ca-untrust.pem
[debug]
passthrough_all_tcp=0
[tcp]
so_keepalive=0
tcp_keepcnt=8
tcp_keepintvl=15
tcp_keepidle=30
tcp_user_timeout=30
[log]
level=10
[stat]
statsd_server=192.168.10.72
statsd_port=8126
histogram_bins=0.50,0.80,0.9,0.95