Nginx should be reloaded after certificates are added or renewed. Doing this by adding an `rgon-exec` command on the end of the [acmetool want](https://github.com/CausticLab/rgon-proxy/blob/dev/examples/rancher-gen/rancher-gen.cfg#L8) command might reload too often and in failure conditions. A better option may be to add a new Acmetool hook script that calls `rgon-exec`.
Nginx should be reloaded after certificates are added or renewed.
Doing this by adding an
rgon-execcommand on the end of the acmetool want command might reload too often and in failure conditions.A better option may be to add a new Acmetool hook script that calls
rgon-exec.