ViciBox 10 released September 1st, 2021 and you are welcome to try it out, though I encountered troubles generating Letsencrypt certificate as there was no Certbot installed and Certbot configuration files were missing: there was no Certbot files in Vicibox 10.
It looks like OpenSuse has broken package at the moment.
Install Certbot in OpenSuse again:
1 |
zypper in python3-certbot |
and check whether /etc/certbot
folder exists. If it exists, refer to this article to configure Certbot and generate Letsencrypt certificate in Vicidial.
If it’s not there:
1) cd /root
2) wget http://download.vicidial.com/vicibox/vi … nfs.tar.xz
3) cd /etc
4) tar -xf /root/vicibox9-certbotconfs.tar.xz
5) ln -s certbot letsencrypt
Now to this article to configure Certbot and generate Letsencrypt certificate in Vicidial.
Good luck!