From a2f07d9676ded6098f7af6294b2909821a16d708 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 25 Sep 2021 00:09:43 -0400 Subject: [PATCH] acme-client: Remove buypass example, add irc.garbash.com The irc.garbash.com name will eventually be used by the bouncer. Since ngircd claims it's on the irc.garbash.com network, I think it should at least exist! It'd be even cooler if irc.garbash.com gave a version of gamja or something [1]! [1]: https://sr.ht/~emersion/gamja/ --- etc/acme-client.conf | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/etc/acme-client.conf b/etc/acme-client.conf index bc3febe..bdd43ba 100644 --- a/etc/acme-client.conf +++ b/etc/acme-client.conf @@ -11,20 +11,8 @@ authority letsencrypt-staging { account key "/etc/acme/letsencrypt-staging-privkey.pem" } -authority buypass { - api url "https://api.buypass.com/acme/directory" - account key "/etc/acme/buypass-privkey.pem" - contact "mailto:me@example.com" -} - -authority buypass-test { - api url "https://api.test4.buypass.no/acme/directory" - account key "/etc/acme/buypass-test-privkey.pem" - contact "mailto:me@example.com" -} - domain garbash.com { - alternative names { waste.garbash.com, mail.garbash.com git.garbash.com } + alternative names { waste.garbash.com, mail.garbash.com, git.garbash.com, irc.garbash.com } domain key "/etc/ssl/private/garbash.com.key" domain full chain certificate "/etc/ssl/garbash.com.fullchain.pem" sign with letsencrypt -- libgit2 1.1.1