14 lines
597 B
Markdown
14 lines
597 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'
|