Skip to content

Instantly share code, notes, and snippets.

@ZHLHZHU
ZHLHZHU / pve-tailscale-renew.sh
Created September 21, 2024 15:45
Proxmox VE auto renew cert with Tailscale
#!/bin/bash
# Server name
servername="your-pve-domain.com"
# Set -e to exit on error
set -e
# Generate the key and write it to the target file
tailscale cert --key-file - $servername > /etc/pve/local/pveproxy-ssl.key