From 3f0e27b0faf5588384482f973b45caf76556bc0c Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 20 May 2018 00:19:02 +0000 Subject: [PATCH] Add sha512WithRSAEncryption --- server-side-tls-conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-side-tls-conf.json b/server-side-tls-conf.json index ef7c2a3..c12c1c3 100644 --- a/server-side-tls-conf.json +++ b/server-side-tls-conf.json @@ -19,7 +19,7 @@ "tls_curves": [ "prime256v1", "secp384r1", "secp521r1" ], "certificate_types": ["ecdsa"], "certificate_curves": ["prime256v1", "secp384r1", "secp521r1"], - "certificate_signatures": ["sha256WithRSAEncryption", "ecdsa-with-SHA256", "ecdsa-with-SHA384", "ecdsa-with-SHA512"], + "certificate_signatures": ["sha256WithRSAEncryption", "sha512WithRSAEncryption", "ecdsa-with-SHA256", "ecdsa-with-SHA384", "ecdsa-with-SHA512"], "rsa_key_size": 2048, "dh_param_size": null, "ecdh_param_size": 256,