doc/pages/04.applications/10.docs/neutrinet/app_neutrinet.md
2022-10-05 12:00:58 +02:00

1.6 KiB

title template taxonomy routes
Neutrinet docs
category
docs, apps
default
/app_neutrinet

Installer Neutrinet with YunoHost Integration level

Index

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.