mirror of
https://github.com/openbsd/src.git
synced 2026-04-23 21:54:32 +00:00
Remove the buypass example as they cease free ACME DV certification services
OK florian@ millert@
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $OpenBSD: acme-client.conf,v 1.5 2023/05/10 07:34:57 tb Exp $
|
||||
# $OpenBSD: acme-client.conf,v 1.6 2025/08/18 15:51:57 job Exp $
|
||||
#
|
||||
authority letsencrypt {
|
||||
api url "https://acme-v02.api.letsencrypt.org/directory"
|
||||
@@ -11,18 +11,6 @@ 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 example.com {
|
||||
alternative names { secure.example.com }
|
||||
domain key "/etc/ssl/private/example.com.key"
|
||||
|
||||
Reference in New Issue
Block a user