Skip to content

Instantly share code, notes, and snippets.

@AshFlaw
Last active December 29, 2018 04:29
Show Gist options
  • Save AshFlaw/81443bc8f8503a6eb1079f6bde7e554a to your computer and use it in GitHub Desktop.
Save AshFlaw/81443bc8f8503a6eb1079f6bde7e554a to your computer and use it in GitHub Desktop.
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