summaryrefslogtreecommitdiff
path: root/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-05-03 10:04:21 -0700
committerelijah <elijah@riseup.net>2016-05-03 10:04:21 -0700
commit13cd7539c3e34d4caf7fec2ce1892f555e0f094f (patch)
treea0645003dd9095b5aff323d77874874af45abd0c /common.json
parent8d384c4f52fa41dd9d3c11ee99d3a36de6c20fd5 (diff)
certs: switch everything to use lets encrypt ca by default, use the tag 'comodo' if using a comodo ca.
Diffstat (limited to 'common.json')
-rw-r--r--common.json6
1 files changed, 6 insertions, 0 deletions
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"
}
}