From fd57420a70080ed861e9ba299445e4b7fd89252e Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:28:52 +0200 Subject: [PATCH] Delete current SSL before v-install-unsigned-ssl --- bin/v-install-unsigned-ssl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/v-install-unsigned-ssl b/bin/v-install-unsigned-ssl index 3395e4f2..8df023c9 100644 --- a/bin/v-install-unsigned-ssl +++ b/bin/v-install-unsigned-ssl @@ -52,6 +52,8 @@ fi # Action # #----------------------------------------------------------# +/usr/local/vesta/bin/v-delete-web-domain-ssl "$user" "$domain" + release=$(cat /etc/debian_version | tr "." "\n" | head -n1) email="info@$domain"