ACME script update.
This commit is contained in:
parent
14fa790ce2
commit
4483e816d3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mv /root/.acme.sh/acme.sh.log /root/.acme.sh/$(date +%s).log
|
||||||
|
|
||||||
acme.sh --cron --force --home /root/.acme.sh
|
acme.sh --cron --force --home /root/.acme.sh
|
||||||
|
|
||||||
for host in $(ls /etc/acme | tr '\n' ' '); do
|
for host in $(ls /etc/acme | tr '\n' ' '); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue