Add Buypass to the list of ACME providers. (#968)
This commit is contained in:
@@ -168,6 +168,7 @@ return array(
|
|||||||
'option_options' => array(
|
'option_options' => array(
|
||||||
'letsencrypt_test' => 'Let\'s Encrypt (Test / Staging)',
|
'letsencrypt_test' => 'Let\'s Encrypt (Test / Staging)',
|
||||||
'letsencrypt' => 'Let\'s Encrypt (Live)',
|
'letsencrypt' => 'Let\'s Encrypt (Live)',
|
||||||
|
'buypass' => 'Buypass (Live)',
|
||||||
'zerossl' => 'ZeroSSL (Live)'
|
'zerossl' => 'ZeroSSL (Live)'
|
||||||
),
|
),
|
||||||
'save_method' => 'storeSettingField'
|
'save_method' => 'storeSettingField'
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ class AcmeSh extends \Froxlor\Cron\FroxlorCron
|
|||||||
const ACME_PROVIDER = [
|
const ACME_PROVIDER = [
|
||||||
'letsencrypt' => "https://acme-v02.api.letsencrypt.org/directory",
|
'letsencrypt' => "https://acme-v02.api.letsencrypt.org/directory",
|
||||||
'letsencrypt_test' => "https://acme-staging-v02.api.letsencrypt.org/directory",
|
'letsencrypt_test' => "https://acme-staging-v02.api.letsencrypt.org/directory",
|
||||||
|
'buypass' => "https://api.buypass.com/acme/directory",
|
||||||
'zerossl' => "https://acme.zerossl.com/v2/DV90"
|
'zerossl' => "https://acme.zerossl.com/v2/DV90"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user