Skip to content

Commit

Permalink
docs: improve certificate script on help page
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Kaser <[email protected]>
  • Loading branch information
dkaser committed Jul 12, 2024
1 parent 2fca805 commit 84b36e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mkdir -p /boot/config/plugins/tailscale/certs
cd /boot/config/plugins/tailscale/certs

source /boot/config/ident.cfg
FQDN=$(hostname).${LOCAL_TLD%%[[:cntrl:]]}
FQDN=$(hostname | tr '[:upper:]' '[:lower:]').${LOCAL_TLD%%[[:cntrl:]]}

# Have Tailscale generate a new certificate if needed
tailscale cert $FQDN
Expand Down

0 comments on commit 84b36e1

Please sign in to comment.