Skip to content

Instantly share code, notes, and snippets.

@AshFlaw
Last active December 29, 2018 04:29
Manually renew a Let's Encrypt certificate on a Synology NAS
ssh user@synology.local
sudo -i
# Method 1
/usr/syno/sbin/syno-letsencrypt renew-all
# Method 2 - Verbose
/usr/syno/sbin/syno-letsencrypt renew-all -vv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment