From 16ce0d1bf6a8a987bc5356066535dae4f9086cd7 Mon Sep 17 00:00:00 2001 From: jmdekker2 Date: Tue, 20 May 2025 14:20:45 +0200 Subject: [PATCH] Update install_nextcloud_aio --- install_nextcloud_aio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nextcloud_aio b/install_nextcloud_aio index 073864a..83f2c69 100644 --- a/install_nextcloud_aio +++ b/install_nextcloud_aio @@ -92,7 +92,7 @@ certbot certonly --webroot -w {{ webroot_path }} --non-interactive --agree-tos - --email {{ email }} + --email admin@{{ domain }} -d {{ domain }} args: creates: "/etc/letsencrypt/live/{{ domain }}/fullchain.pem"