1 |
jcrisp |
1.1 |
diff -ruN smeserver-letsencrypt-0.5.old/root/etc/e-smith/templates/etc/dehydrated/config/10Default smeserver-letsencrypt-0.5/root/etc/e-smith/templates/etc/dehydrated/config/10Default |
2 |
|
|
--- smeserver-letsencrypt-0.5.old/root/etc/e-smith/templates/etc/dehydrated/config/10Default 2018-10-23 16:15:58.488997123 +0200 |
3 |
|
|
+++ smeserver-letsencrypt-0.5/root/etc/e-smith/templates/etc/dehydrated/config/10Default 2018-10-23 16:16:41.689109920 +0200 |
4 |
|
|
@@ -8,9 +8,6 @@ |
5 |
|
|
my $letsencryptStatus = $configDB->get_prop( 'letsencrypt', 'status' ) |
6 |
|
|
|| 'disabled'; |
7 |
|
|
|
8 |
|
|
- my $letsencryptLicence = $configDB->get_prop( 'letsencrypt', 'licence' ) |
9 |
|
|
- || ''; |
10 |
|
|
- |
11 |
|
|
# Default to v1 to prevent inadvertent upgrades |
12 |
|
|
|
13 |
|
|
my $letsencryptAPI = $configDB->get_prop( 'letsencrypt', 'API' ) |
14 |
|
|
@@ -70,10 +67,6 @@ |
15 |
|
|
$OUT .= "CONTACT_EMAIL=$letsencryptEmail\n"; |
16 |
|
|
} |
17 |
|
|
|
18 |
|
|
- if ( $letsencryptLicence ne '' ) { |
19 |
|
|
- $OUT .= "LICENCE=\"$letsencryptLicence\"\n"; |
20 |
|
|
- } |
21 |
|
|
- |
22 |
|
|
# Hook Script always enabled |
23 |
|
|
$OUT .= "HOOK=\"/usr/bin/hook-script.sh\"\n"; |
24 |
|
|
|