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
AFAIK, currently if a custom certificate is updated (on disk), it'll only be picked up by the scheduler job every 24h or, alternatively, by restarting the bunkerweb service (which has its own issues #1584). It would be preferable to be able to trigger a custom cert refresh using a bwcli command without the need for having to restart the whole service.
Implementations ideas (optional)
bwcli customcert reload
Also, optionally restricting the refresh to some specific service might be sensible to implement. Something along the lines of:
What's needed and why?
AFAIK, currently if a custom certificate is updated (on disk), it'll only be picked up by the scheduler job every 24h or, alternatively, by restarting the bunkerweb service (which has its own issues #1584). It would be preferable to be able to trigger a custom cert refresh using a bwcli command without the need for having to restart the whole service.
Implementations ideas (optional)
bwcli customcert reload
Also, optionally restricting the refresh to some specific service might be sensible to implement. Something along the lines of:
bwcli customcert reload -s example1.org,example2.org
Code of Conduct
The text was updated successfully, but these errors were encountered: