16 lines
714 B
Markdown
16 lines
714 B
Markdown
# 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
|