Last active
December 29, 2018 04:29
-
-
Save AshFlaw/81443bc8f8503a6eb1079f6bde7e554a to your computer and use it in GitHub Desktop.
Manually renew a Let's Encrypt certificate on a Synology NAS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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