From 656c8a62d145fc565e9a98e060329239d2d59fbd Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 12 Jun 2018 10:16:39 -0700 Subject: Prototype for CBA (#8475) * Prototype for CBA * Fixing gofmt issues * Do not require password if logging in with certificate * Fixing issues from feedback * Adding unit tests * Fixing feedback --- config/default.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/default.json b/config/default.json index 67c1220bb..30c8f282f 100644 --- a/config/default.json +++ b/config/default.json @@ -337,6 +337,10 @@ "BlockProfileRate": 0, "ListenAddress": ":8067" }, + "ExperimentalSettings": { + "ClientSideCertEnable": false, + "ClientSideCertCheck": "secondary" + }, "AnalyticsSettings": { "MaxUsersForStatistics": 2500 }, -- cgit v1.2.3-1-g7c22