snippets/nginx-proxy-manager
Mario Fetka 48e02c62dd add link 2024-04-13 14:54:09 +02:00
..
README.md add link 2024-04-13 14:54:09 +02:00
certs-bucket add NPM scripts 2024-01-07 12:01:42 +01:00
site-ssl add more comments 2024-01-07 13:37:35 +01:00

README.md

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'

https://community.letsencrypt.org/t/automated-deployment-of-key-cert-from-reverse-proxy-to-internal-systems/64491/4