From 272ba3f74e58d75303493110dfcd34eef4e8c6f1 Mon Sep 17 00:00:00 2001 From: Florian Aders Date: Sat, 30 Jan 2016 14:54:20 +0100 Subject: [PATCH] Display warning about wildcard - domains with let's encrypt Signed-off-by: Florian Aders --- lng/english.lng.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lng/english.lng.php b/lng/english.lng.php index 4d8c78b3..197f9128 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1927,6 +1927,6 @@ $lng['opcacheinfo']['false'] = 'false'; // Added for let's encrypt $lng['domains']['letsencrypt']['title'] = 'Use Let\'s Encrypt'; -$lng['domains']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. This certificate will be created and renewed automatically'; +$lng['domains']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. The certificate will be created and renewed automatically. This is not possible for wildcard - domains'; $lng['error']['sslredirectonlypossiblewithsslipport'] = 'Using Let\'s Encrypt is only possible when the domain has at least one ssl-enabled IP/port combination assigned.'; $lng['panel']['letsencrypt'] = 'Using Let\'s encrypt'; \ No newline at end of file