Feature #11827
openPlease include acme deploy folder/scripts
0%
Description
The acme project includes a deploy
folder with several dozen scripts available to the --deploy-hook switch.
pfSense has no GUI for this. I understand. But it would be very helpful to NOT remove that folder from the installed package.
It would greatly help to be able to use the already-installed version of acme.sh in pfSense to create post-renewal deployment scripts for devices on the LAN. (Especially considering that pfSense's acme package already can easily manage cert setup and renewal.)
Updated by Simon Cosyd over 2 years ago
+1 for this as well. Note, the certs seem to be stored in a non-standard acme.sh way under /conf/acme, so more work might be needed. Would be extremely handy to be able to deploy directly from pfsense, e.g. calling the deployhooks triggered by shell scripts configured as actions in the webgui. That way, no complicated web gui additions are needed but still the full acme.sh functionalities could be used.
Updated by Markus * about 1 year ago
I have just created a corresponding pull request.