Please help me to configure ct-server command

已查看 54 次
跳至第一个未读帖子

Prafful Kumar Sinha

未读,
2018年2月5日 03:10:552018/2/5
收件人 certificate-transparency
Hi Everyone's

I am running 2 ct server in localhost. I want to know that :- is my ct command is correct or right :-

1 ./prepare_etcd.sh localhost 2379 localhost_privkey.pem  

2.  ./ct-server --port=8443 --key=localhost_privkey.pem --trusted_cert_file=localhost_ca.pem --etcd_servers=localhost:2379 --etcd_connection_timeout_seconds=30 --node_state_ttl_seconds=900 --master_keepalive_interval_seconds=240 --server=https://localhost --port=6962 --monitoring=prometheus --logtostderr=true --tree_signing_frequency_seconds=30 --v=1 --guard_window_seconds=30 --etcd_delete_concurrency=30 --sqlite_db=test-logA.db --log_dir=testlogA.out   

3.  ./ct-server --port=8443 --key=localhost_privkey.pem --trusted_cert_file=localhost_ca.pem --etcd_servers=localhost:2379 --etcd_connection_timeout_seconds=30 --node_state_ttl_seconds=900 --master_keepalive_interval_seconds=240 --server=https://localhost --port=6963 --monitoring=prometheus --logtostderr=true --tree_signing_frequency_seconds=30 --v=1 --guard_window_seconds=30 --etcd_delete_concurrency=30 --sqlite_db=test-logB.db --log_dir=testlogB.out   

I am getting error:-

// 20180203100813

{
  "error_message": "No node able to serve request.",
  "success": false
}

// 20180203102738

{
  "error_message": "Entry not found.",
  "success": false
}

Please somebody help me
Please help me and how to solve this problem?
回复全部
回复作者
转发
0 个新帖子