Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Automate Tailscale certificate generation and renewal on Synology DSM to ensure secure and up-to-date certificates.

License

Notifications You must be signed in to change notification settings

alexraskin/synology-tailscale-cert-renewal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tailscale Certificate Automation Script for Synology DSM

Important

Important Update (11 Aug 2024): This solution outlined is now outdated. For the most current method of generating SSL certificates for Tailscale, please follow the instructions in the original article by sim642.

This script automates the generation and renewal of Tailscale certificates on a Synology DSM. It ensures that the certificates are up-to-date and will regenerate them if they are about to expire soon.

Inspiration

This script was inspired by the Medium article by Walid Karray on automating Tailscale certificate configuration on Synology DSM.

Prerequisites

  • Synology DSM with root access.
  • Tailscale installed and configured.
  • OpenSSL installed.

Features

  • Checks if the existing Tailscale certificate is about to expire (within 30 days).
  • Automatically generates and installs a new certificate if necessary.
  • Restarts the Synology web server to apply the new certificate.

Usage

There are two ways to use this script:

  1. Enable the Task Scheduler in DSM and create a new task that runs the script at a specific interval.
  • Open the Task Scheduler in DSM.
  • Click on Create > Scheduled Task > User-defined script.
  • Enter a name for the task.
  • Select the root user.
  • Set the schedule to run the script at a specific interval (e.g., every week).
  • In the Task Settings tab, enter the following command in the Run command field:
/path/to/tailscale-certificate.sh
  • Click OK to save the task.
  1. Run the script manually whenever you want to check and renew the Tailscale certificate.
  • Open a terminal on your Synology DSM.
  • Run the following command to make the script executable:
chmod +x /path/to/tailscale-certificate.sh
  • Run the script using the following command:
sudo ./tailscale-certificate.sh

License

This script is open-source and available for use and modification under the MIT License.

Acknowledgments

Walid Karray for his detailed article on automating Tailscale certificate configuration on Synology DSM.

About

Automate Tailscale certificate generation and renewal on Synology DSM to ensure secure and up-to-date certificates.

Topics

Resources

License

Stars

Watchers

Forks

Languages