commit a2f07d9676ded6098f7af6294b2909821a16d708 (patch)
parent dfedda0d296663197c331025bc1a377bba328141
Author: alex <alex@garbash.com>
Date: Sat, 25 Sep 2021 00:09:43 -0400
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/
Diffstat:
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git 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