add buypass testing/staging ACME endpoint; create CAA entries accordingly if activated; refs #968

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-07-29 21:24:43 +02:00
parent 926ce427fc
commit 86939a64da
3 changed files with 23 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ class AcmeSh extends \Froxlor\Cron\FroxlorCron
'letsencrypt' => "https://acme-v02.api.letsencrypt.org/directory",
'letsencrypt_test' => "https://acme-staging-v02.api.letsencrypt.org/directory",
'buypass' => "https://api.buypass.com/acme/directory",
'buypass_test' => "https://api.test4.buypass.no/acme/directory",
'zerossl' => "https://acme.zerossl.com/v2/DV90"
];