snippets/nginx-proxy-manager
2024-01-07 13:37:35 +01:00
..
certs-bucket add NPM scripts 2024-01-07 12:01:42 +01:00
README.md add NPM scripts 2024-01-07 12:01:42 +01:00
site-ssl add more comments 2024-01-07 13:37:35 +01:00

Nginx Proxy Manager Cert Deploy

These scripts expect that the install of the NPM is done with the Proxmox Helper Scripts from https://tteck.github.io/Proxmox/

The script bucket-ssl schould be copied to /etc/cron.daily/ and the exicution bit set

scp bucket-ssl root@aaa.bbb.ccc.ddd:/etc/cron.daily/ ssh root@aaa.bbb.ccc.ddd -f 'chmod +x /etc/cron.daily/bucket-ssl'

The script for the sites must be edited to your liking and also copied to the host where the script is needed.

scp site-ssl root@eee.fff.ggg.hhh:/etc/cron.daily/ ssh root@eee.fff.ggg.hhh -f 'chmod +x /etc/cron.daily/site-ssl'