summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
blob: 0970ffb3524c414d6ced3925371a0a33a24e4382 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "files": {
    "private-key": "myhost.key",
    "ca-certificates": "my_cas.pem",
    "certificates": "certs.pem",
    "accepted-ciphers": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
  }
}