summaryrefslogtreecommitdiff
path: root/common.json
diff options
context:
space:
mode:
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"
}
}