New pages
Jump to navigation
Jump to search
- 12:31, 29 March 2026 Automated Certificate Renewal (hist | edit) [1,412 bytes] 108.27.135.4 (talk) (Created page with "## Automated Certificate Renewal ### Script Location `/usr/local/bin/renew-and-update-certs.sh` ### Script Contents ```bash #!/bin/bash # Renew certificates /usr/syno/sbin/syno-letsencrypt renew-all -v # Check if renewal was successful (exit code 0) if [ $? -eq 0 ]; then # Update Navidrome certificates cp /usr/syno/etc/certificate/system/default/RSA-cert.pem /volume2/docker/navidrome/ssl/certificate.crt cp /usr/syno/etc/certificate/system/default/RSA-priv...")
- 14:29, 18 July 2025 Navidrome (hist | edit) [1,220 bytes] 66.108.234.75 (talk) (Created page with "<syntaxhighlight> /usr/syno/etc/certificate/system/default </syntaxhightlight>")