summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
blob: 259d4133aeeae529191518b3d66ff3091df824e8 (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"]
}