From 03dbde6e1d061444be0eea00147dfc1dbab0f92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Tue, 26 Feb 2019 10:02:43 +0100 Subject: [PATCH] let's encrypt e-mail fix fixes #71 --- public/templates/commands.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/commands.html b/public/templates/commands.html index 87202b3..11f717e 100644 --- a/public/templates/commands.html +++ b/public/templates/commands.html @@ -46,7 +46,7 @@ -->-d {{ _domain }} -d www.{{ _domain }} -d cdn.{{ _domain }} --email {{ data.email ? data.email : 'info@' + _domain }} --email {{ data.sites[_site].email ? data.sites[_site].email : 'info@' + _domain }} -w /var/www/_letsencrypt -n --agree-tos