update
This commit is contained in:
@@ -14,7 +14,7 @@ breakpad_minidump_dir=/run/tfe/crashreport
|
||||
# ask for at least (1 + nr_worker_threads) masks
|
||||
# the first mask for acceptor thread
|
||||
# the others mask for worker thread
|
||||
enable_cpu_affinity=1
|
||||
enable_cpu_affinity=0
|
||||
cpu_affinity_mask=1-9
|
||||
# LEAST_CONN = 0; ROUND_ROBIN = 1
|
||||
load_balance=1
|
||||
@@ -67,7 +67,8 @@ service_cache_fail_time_window=30
|
||||
# cert
|
||||
check_cert_crl=0
|
||||
trusted_cert_load_local=1
|
||||
trusted_cert_file=resource/tfe/tls-ca-bundle.pem
|
||||
#trusted_cert_file=resource/tfe/tls-ca-bundle.pem
|
||||
trusted_cert_file=resource/tfe/tsg_diagnose_ca.pem
|
||||
trusted_cert_dir=resource/tfe/trusted_storage
|
||||
|
||||
# master key
|
||||
@@ -76,7 +77,7 @@ key_log_file=log/sslkeylog.log
|
||||
|
||||
# mid cert cache
|
||||
mc_cache_enable=1
|
||||
mc_cache_eth={{ nic_inner_ctrl.name }}
|
||||
mc_cache_eth={{ nic_mgr.name }}
|
||||
mc_cache_broker_list={{ log_kafkabrokers.address }}
|
||||
mc_cache_topic=PXY-EXCH-INTERMEDIA-CERT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user