|
|
|
|
@ -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 |
|
|
|
|
|