Neutrinet

Installer Neutrinet with YunoHost Integration level

Neutrinet is for Neutrinet members that have a Neutrinet VPN. It automatically checks and renews the VPN certificates. This package also contains a web page with contact information and other useful links.

Disclaimers / important information

For contributers

Debugging

You can manually run the cron job that attempts to renew the certificates:

sudo /etc/cron.daily/neutrinet-renew-cert

This actually runs the script in /opt/neutrinet/renew_cert/:

cd /opt/neutrinet/renew_cert
sudo ./renew_cert_cron.sh

You can increase the verbosity with the option -v:

sudo ./renew_cert_cron.sh -v

To install the app without checking for certificates, run export PACKAGE_CHECK_EXEC=1.

¿Encontraste errores? ¿Crees que puedes mejorar esta documentación? Simply click the Edit link at the top of the page, and then the icon on Github to suggest changes.