From 13cd7539c3e34d4caf7fec2ce1892f555e0f094f Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 3 May 2016 10:04:21 -0700 Subject: certs: switch everything to use lets encrypt ca by default, use the tag 'comodo' if using a comodo ca. --- common.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.json') diff --git a/common.json b/common.json index b991b29..a5147b4 100644 --- a/common.json +++ b/common.json @@ -6,5 +6,11 @@ "mosh": { "enabled": true } + }, + // + // if you don't want to use let's encrypt, apply the tag 'comodo' + // + "x509": { + "commercial_ca_cert": "= x509.use_commercial ? file('cert/lets_encrypt_ca.crt') : nil" } } -- cgit v1.2.3