diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-03 13:13:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-03 13:13:05 +0300 |
| commit | 5147db7a3e2902392206970513ffa95009b100ae (patch) | |
| tree | 8304d4b89c89a203dc99411a9a99819ac46a43bd /frontends/Rexfile | |
| parent | a7d859681f5508a829115376d9dd993f3f137321 (diff) | |
frontends: restore standalone standby certificates
Amp-Thread-ID: https://ampcode.com/threads/T-019fc408-6e41-73fe-826d-d47b0408981b
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 3dd3c43..21c2f58 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -296,21 +296,13 @@ task 'acme', group => 'frontends', sub { file '/etc/acme-client.conf', - content => template( - './etc/acme-client.conf.tpl', - acme_hosts => \@acme_hosts, - f3s_hosts => \@f3s_hosts - ), + content => template( './etc/acme-client.conf.tpl', acme_hosts => \@acme_hosts ), owner => 'root', group => 'wheel', mode => '644'; file '/usr/local/bin/acme.sh', - content => template( - './scripts/acme.sh.tpl', - acme_hosts => \@acme_hosts, - f3s_hosts => \@f3s_hosts - ), + content => template( './scripts/acme.sh.tpl', acme_hosts => \@acme_hosts ), owner => 'root', group => 'wheel', mode => '744'; |
