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

@@ -168,6 +168,7 @@ return array(
'option_options' => array(
'letsencrypt_test' => 'Let\'s Encrypt (Test / Staging)',
'letsencrypt' => 'Let\'s Encrypt (Live)',
'buypass_test' => 'Buypass (Test / Staging)',
'buypass' => 'Buypass (Live)',
'zerossl' => 'ZeroSSL (Live)'
),