diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-03 14:32:38 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-03 14:32:38 +0100 |
commit | dad525173cf58f0a3a95feacc1d661dc766d0e87 (patch) | |
tree | 1b1011762ee5c5ed48d76e5aa05b096a39466f41 | |
parent | 55a8a984f71b25c527b12b706d99956e27e6a090 (diff) |
global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 19195b3..29ff999 100644 --- a/global-functions +++ b/global-functions @@ -257,7 +257,7 @@ :return true; } - :if ([ $CertificateAvailable "Let's Encrypt Authority X3" ] = false) do={ + :if ([ $CertificateAvailable "R3" ] = false) do={ $LogPrintExit error ("Downloading required certificate failed.") true; } |