summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security-utils/src/test/resources/transport-security-options.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/security-utils/src/test/resources/transport-security-options.json b/security-utils/src/test/resources/transport-security-options.json
index 0970ffb3524..259d4133aee 100644
--- a/security-utils/src/test/resources/transport-security-options.json
+++ b/security-utils/src/test/resources/transport-security-options.json
@@ -2,7 +2,7 @@
"files": {
"private-key": "myhost.key",
"ca-certificates": "my_cas.pem",
- "certificates": "certs.pem",
- "accepted-ciphers": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
- }
+ "certificates": "certs.pem"
+ },
+ "accepted-ciphers": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
} \ No newline at end of file