You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I just find some pre-defined Restart Actions like
"none, Update and reload intrusion detection rules, Issue a reboot, Reconfigure a plugin facility, and some others"
Is it possible to let the user enter here a custom shell restart command?
Background is, that I want to use opnsense with le as central to fetch certificates and distribute them to the needed servers. In order to do this, I need to execute some commands like push the certificate and so on.
The text was updated successfully, but these errors were encountered:
Hi @Constey, for security reasons it is not possible to inject arbitrary code through the OPNsense GUI (#100). That being said, it's still possible to create custom actions that can be used as "Restart Actions" for our Let's Encrypt plugin.
As in the documentation of acme.sh it's mentioned to specify custom restart commands like with:
--reloadcmd "service nginx force-reload"Currently I just find some pre-defined Restart Actions like
"none, Update and reload intrusion detection rules, Issue a reboot, Reconfigure a plugin facility, and some others"
Is it possible to let the user enter here a custom shell restart command?
Background is, that I want to use opnsense with le as central to fetch certificates and distribute them to the needed servers. In order to do this, I need to execute some commands like push the certificate and so on.
The text was updated successfully, but these errors were encountered: