Do the thing.

master
Manager Bot 3 years ago
parent 1e52285dbe
commit f1780793e4
  1. 2
      Web/lib/MJB/Web/Task/WildCardSSL.pm

@ -9,7 +9,7 @@ sub run ( $job, $hosted_domain_id ) {
# Get the SSL Certificate # Get the SSL Certificate
my $result_fetch = $job->system_command( [ 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 # Push the SSL Certs to all hosts

Loading…
Cancel
Save