diff options
| author | Simon Rettberg | 2025-11-07 15:16:34 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-11-07 15:16:34 +0100 |
| commit | 8f7715d2778eefe7eebc5225fca535a001907d53 (patch) | |
| tree | 62eee3ec46aa5897a5b214970c7ba894bdf8ba59 | |
| parent | [sysconfig] Shibauth: Add option to require entitlement(s) for login (diff) | |
| download | slx-admin-8f7715d2778eefe7eebc5225fca535a001907d53.tar.gz slx-admin-8f7715d2778eefe7eebc5225fca535a001907d53.tar.xz slx-admin-8f7715d2778eefe7eebc5225fca535a001907d53.zip | |
[webinterface] acme: Remove buypass, update harica URL
| -rw-r--r-- | modules-available/webinterface/inc/acme.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules-available/webinterface/inc/acme.inc.php b/modules-available/webinterface/inc/acme.inc.php index 689df054..d2db6135 100644 --- a/modules-available/webinterface/inc/acme.inc.php +++ b/modules-available/webinterface/inc/acme.inc.php @@ -13,7 +13,6 @@ class Acme const VALID_PROVIDERS = [ 'letsencrypt' => "Let's Encrypt", 'zerossl' => 'ZeroSSL.com', - 'buypass' => 'BuyPass.com', //'geant/sectigo' => 'GEANT via Sectigo', 'harica' => 'HARICA', 'custom' => '...', @@ -21,7 +20,7 @@ class Acme const PROVIDER_ALIASES = [ 'geant/sectigo' => 'https://acme.sectigo.com/v2/GEANTOV', - 'harica' => 'https://acme.harica.gr/acme/directory', + 'harica' => 'https://acme-v02.harica.gr/acme/directory', ]; public static function getLastError(): ?string |
