[PR #290] [MERGED] Add generate private-key command #1363

Closed
opened 2025-12-29 02:29:49 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/290
Author: @kradalby
Created: 1/28/2022
Status: Merged
Merged: 1/29/2022
Merged by: @juanfont

Base: mainHead: generate-privkey


📝 Commits (5)

  • 126e694 Add generate private-key command
  • 39ce59f Merge branch 'main' into generate-privkey
  • 7aace7e Update CHANGELOG.md
  • e7b69db Merge branch 'main' into generate-privkey
  • 8aa2606 Merge branch 'main' into generate-privkey

📊 Changes

2 files changed (+44 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+3 -1)
cmd/headscale/cli/generate.go (+41 -0)

📄 Description

This commit adds a command to generate a private key for headscale.

Mostly useful for systems were you drive the deployment from another
machine and use a secret management system.

Resolves #286


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/290 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/28/2022 **Status:** ✅ Merged **Merged:** 1/29/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `generate-privkey` --- ### 📝 Commits (5) - [`126e694`](https://github.com/juanfont/headscale/commit/126e694f26f763f38090eecc228ee16125618e14) Add generate private-key command - [`39ce59f`](https://github.com/juanfont/headscale/commit/39ce59fcb1d0dcde611b56623459e77ed1dc67f4) Merge branch 'main' into generate-privkey - [`7aace7e`](https://github.com/juanfont/headscale/commit/7aace7eb6b0bf933e785ddfd2e99afc6a7761b7e) Update CHANGELOG.md - [`e7b69db`](https://github.com/juanfont/headscale/commit/e7b69dbf91635fb62b34ed9cc7fcdb82e68b9a3c) Merge branch 'main' into generate-privkey - [`8aa2606`](https://github.com/juanfont/headscale/commit/8aa2606853dee5c1d2239b8d1d2e810c52d35515) Merge branch 'main' into generate-privkey ### 📊 Changes **2 files changed** (+44 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -1) ➕ `cmd/headscale/cli/generate.go` (+41 -0) </details> ### 📄 Description This commit adds a command to generate a private key for headscale. Mostly useful for systems were you drive the deployment from another machine and use a secret management system. Resolves #286 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:49 +01:00
adam closed this issue 2025-12-29 02:29:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1363