summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
blob: 2e55c8fd931eec9338a7367a3c2fb9c2b00965b1 (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_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384"]
}