mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge pull request #1534 from webmin/iliarostovtsev-patch-1
R3 and E1: consider all active certificates
This commit is contained in:
@@ -14,6 +14,8 @@ $account_key = "$module_config_directory/letsencrypt.pem";
|
||||
|
||||
$letsencrypt_chain_urls = [
|
||||
"https://letsencrypt.org/certs/lets-encrypt-r3-cross-signed.pem",
|
||||
"https://letsencrypt.org/certs/lets-encrypt-r3.pem",
|
||||
"https://letsencrypt.org/certs/lets-encrypt-e1.pem",
|
||||
];
|
||||
|
||||
# check_letsencrypt()
|
||||
|
||||
Reference in New Issue
Block a user