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