From fef692f901735a198f1e84ae7baf526256faeb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Fri, 6 May 2016 16:05:07 +1000 Subject: [PATCH] Revert "Modified config to bypass standards validation" Standards validation was correct, but could use a better error message. That will follow in later commits. This reverts commit 87d9da87b49c62a2ea4dfb76c4432b4d5c43eefd. Change-Id: Ib5fa6ffcdba879c4eabff513ee2b09a41271bebf --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 0b71bcc..06eda78 100644 --- a/config.json +++ b/config.json @@ -21,6 +21,7 @@ "authentication": "method_1", "signing_ca": "local", "validators": { + "standards_compliance": {}, "source_cidrs": { "cidrs": ["127.0.0.0/8"] }