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. --- tags/comodo.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tags/comodo.json (limited to 'tags') 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')" + } +} -- cgit v1.2.3