This weekend I started testing Vicibox 10, I have been super busy since last year, so i didn't had the time until now.
I only have found two issues with Vicibox 10 so far. I knew Certbot is the devil and no longer exists on Vicibox 10 and that it was replaced by acme.sh and even more, that Kumba has created a script to to set it up called vicibox-ssl
But could´t find vicibox-ssl anywhere. Usually I just type vici[TAB] to autocomplete and find all vicibox scripts, but it wasn't listed.
So i had to find it
- Code: Select all
subject-zero:/ # find / -name "*vicibox-ssl*"
./var/cache/zypp/packages/openSUSE-Leap-15.3-ViciDial-ViciBox/noarch/vicibox-ssl-1.0-lp153.14.1.noarch.rpm
./usr/share/vicibox-ssl
./usr/share/vicibox-ssl/vicibox-ssl
So there it is: /usr/share/vicibox-ssl/vicibox-ssl
I just ran it and it worked like a charm. Also i loved to find out vicibox-ssl is a package
You dont need to create a symlink to get the script on $PATH, since once installed all the renewalls will be done by a copy of the acme.sh that runs from /root/.acme.sh/acme.sh
The other error was the VB-firewall script, but there is other post about it.