1{
2  "type": "trojan",
3  "server": {
4    "host": "trojan.example.com",
5    "port": 443
6  },
7  "credential": {
8    "password": "trojan password"
9  },
10  "tls": {
11    "insecure": false,
12    "ca_file": "/etc/cert/rootCA.pem",
13    "server_name": "example.com",
14    "sni": "www.example.com"
15  },
16  "websocket": {
17    "path": "/encryption"
18  }
19}