summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
blob: f9987363a1ffd67b1b8290de6d4aee4dfcc3c54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "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"],
  "accepted-protocols": ["TLSv1.2"]
}