snippets/nginx-proxy-manager/README.md

16 lines
714 B
Markdown
Raw Permalink Normal View History

2024-01-07 12:01:42 +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'
2024-04-13 14:54:09 +02:00
https://community.letsencrypt.org/t/automated-deployment-of-key-cert-from-reverse-proxy-to-internal-systems/64491/4