summaryrefslogtreecommitdiff
path: root/tags
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 /tags
parent8d384c4f52fa41dd9d3c11ee99d3a36de6c20fd5 (diff)
certs: switch everything to use lets encrypt ca by default, use the tag 'comodo' if using a comodo ca.
Diffstat (limited to 'tags')
-rw-r--r--tags/comodo.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/comodo.json b/tags/comodo.json
new file mode 100644
index 0000000..c602369
--- /dev/null
+++ b/tags/comodo.json
@@ -0,0 +1,8 @@
+//
+// apply this tag to any webapp that uses comodo for the ca.
+//
+{
+ "x509": {
+ "commercial_ca_cert": "= file('cert/comodo_ca.crt')"
+ }
+}