VERSION: 2.14-679c
BUILD: 230220-1802
Asterisk 13.38.3-vici
Cloud VPS, CPU 6 cores, 16GB RAM, Disk 200 GB NVMe
Hi,
I got an email from Let's Encrypt Expiry Bot saying that my SSL Certificate should be renewed.
So I did it with /usr/share/vicibox-ssl/vicibox-ssl .
Now my dynamic portal does not work as it should.
After validating my ip, it will not appear in the dynamic ip list (0 members in dynamiclist).
Crontab -e only shows this:
- Code: Select all
UW PICO 5.09 File: /tmp/crontab.QQzFcJ
### Renew SSL certificate every sunday at midnight
0 0 * * 0 /root/.acme.sh/acme.sh --renew-all
Would be thankful for any ideas.
UPDATE:
Got if fixed by changing crontab -e in the following:
- Code: Select all
UW PICO 5.09 File: /tmp/crontab.uhJAde
### Renew SSL certificate every sunday at midnight
0 0 * * 0 /root/.acme.sh/acme.sh --renew-all
* * * * * /usr/share/astguiclient/AST_vm_update.pl
* * * * * /usr/share/astguiclient/AST_conf_update.pl
2 1 * * * /usr/share/astguiclient/AST_reset_mysql_vars.pl
@reboot /usr/bin/VB-firewall --white --dynamic --quiet
* * * * * /usr/bin/VB-firewall --white --dynamic --quiet
Is it normal that the SSL certificate will be renewed every sunday night?