certificates/ca/identity/testdata/config/tunnel.json

7 lines
180 B
JSON
Raw Normal View History

2021-04-22 01:07:59 +00:00
{
"type": "mTLS",
"crt": "testdata/identity/identity.crt",
"key": "testdata/identity/identity_key",
"host": "tunnel:443",
"root": "testdata/certs/root_ca.crt"
}