summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
blob: 7983982f644b930d31ad65fdff34f809a32cd1db (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "disable-hostname-validation": true,
  "files": {
    "private-key": "myhost.key",
    "ca-certificates": "my_cas.pem",
    "certificates": "certs.pem"
  },
  "accepted-ciphers": ["TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384"]
}