SSL Failures Behind NPM

The title says it all. Occasionally when working on sites I host behind NPM (Nginx Proxy Manager) from the LAN I will have a failure owing to the fact that the SSL cert on the local server is: missing, expired, etc… Running certbot to create certs can be preoblematic behind NPM and would create a different cert than the proxy is serving up, so…. I got the idea to create a cron job on the web server that would;

1) ssh into unraid
2) rsync the SSL files down to the appropriate webserver instance
3) reload nginx

This will keep the certs in sync and eliminate the pesky SSL issues I was seeing on when accessing sites from behind NPM