From f1780793e4cfc36afc459b403f460b37b6b09852 Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Sun, 6 Nov 2022 19:12:32 +0000 Subject: [PATCH] Do the thing. --- Web/lib/MJB/Web/Task/WildCardSSL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/lib/MJB/Web/Task/WildCardSSL.pm b/Web/lib/MJB/Web/Task/WildCardSSL.pm index 0f8ffa9..828b5de 100644 --- a/Web/lib/MJB/Web/Task/WildCardSSL.pm +++ b/Web/lib/MJB/Web/Task/WildCardSSL.pm @@ -9,7 +9,7 @@ sub run ( $job, $hosted_domain_id ) { # Get the SSL Certificate my $result_fetch = $job->system_command( [ - qw(sudo certbot certonly --dns-linode ----dns-linode-credentials /etc/letsencrypt/.secrets/linode.ini -d ), '*.' . $domain->name, qw(--agree-tos --register-unsafely-without-email) + qw(sudo certbot certonly --dns-linode --dns-linode-credentials /etc/letsencrypt/.secrets/linode.ini -d ), '*.' . $domain->name, qw(--agree-tos --register-unsafely-without-email) ]); # Push the SSL Certs to all hosts