diff options
author | elijah <elijah@riseup.net> | 2017-04-27 13:36:45 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-04-27 13:36:45 -0700 |
commit | 5dd10513e7273926f466a47faecb37e6edc10ef5 (patch) | |
tree | da3c9c663c318afb226edc10ffc0f0ef15eb7244 /tags | |
parent | a59421f7f4b8250ae0c8ea43147e14954461bcb9 (diff) |
renew certs and remove old tags and ca files for the commercial CAs we don't use anymore
Diffstat (limited to 'tags')
-rw-r--r-- | tags/comodo.json | 8 | ||||
-rw-r--r-- | tags/letsencrypt.json | 11 |
2 files changed, 0 insertions, 19 deletions
diff --git a/tags/comodo.json b/tags/comodo.json deleted file mode 100644 index c602369..0000000 --- a/tags/comodo.json +++ /dev/null @@ -1,8 +0,0 @@ -// -// apply this tag to any webapp that uses comodo for the ca. -// -{ - "x509": { - "commercial_ca_cert": "= file('cert/comodo_ca.crt')" - } -} diff --git a/tags/letsencrypt.json b/tags/letsencrypt.json deleted file mode 100644 index abc04ff..0000000 --- a/tags/letsencrypt.json +++ /dev/null @@ -1,11 +0,0 @@ -// -// apply this tag to any node that uses Let's Encrypt. -// NOTE: this is the old method. Once using 'leap cert renew', this is not -// needed. -// - -{ - "x509": { - "commercial_ca_cert": "= file('cert/lets_encrypt_ca.crt')" - } -} |