[PR #122] [MERGED] management/support cert from file #12171

Closed
opened 2026-08-05 01:32:35 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/122
Author: @braginini
Created: 9/25/2021
Status: Merged
Merged: 9/25/2021
Merged by: @braginini

Base: mainHead: management/support-cert-from-file


📝 Commits (10+)

  • 39d450b docs: first steps of the self-hosting guide
  • 711c75d feature: add setup configurator for the self-hosted guide
  • adbbe58 docs: add setup.env comments
  • ed1a1ba docs: simplify installation steps - support ./configure.sh
  • 2724ab9 docs: fix file references
  • 35ee175 docs: fix minor docs issues
  • e0a5df3 feature: support cert file in management service
  • e7798f5 Merge branch 'main' into management/support-cert-from-file
  • 45f5a12 docs: add new management commands
  • c1c2e0b Merge remote-tracking branch 'origin/management/support-cert-from-file' into management/support-cert-from-file

📊 Changes

5 files changed (+74 additions, -6 deletions)

View changed files

📝 docs/self-hosting.md (+0 -1)
📝 management/README.md (+2 -1)
📝 management/cmd/management.go (+37 -0)
📝 management/server/config.go (+5 -1)
📝 management/server/http/server.go (+30 -3)

📄 Description

No description provided


🔄 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/netbirdio/netbird/pull/122 **Author:** [@braginini](https://github.com/braginini) **Created:** 9/25/2021 **Status:** ✅ Merged **Merged:** 9/25/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `management/support-cert-from-file` --- ### 📝 Commits (10+) - [`39d450b`](https://github.com/netbirdio/netbird/commit/39d450b86f5991988e279fcf4825b30106feb8ff) docs: first steps of the self-hosting guide - [`711c75d`](https://github.com/netbirdio/netbird/commit/711c75de8eb43c2964d500983bc05a59ebb1eeba) feature: add setup configurator for the self-hosted guide - [`adbbe58`](https://github.com/netbirdio/netbird/commit/adbbe58c49ad110c5c1ad6bab6edeecbd4c15063) docs: add setup.env comments - [`ed1a1ba`](https://github.com/netbirdio/netbird/commit/ed1a1bae8ce3904a17110b351fe58aa0fadf1fbb) docs: simplify installation steps - support ./configure.sh - [`2724ab9`](https://github.com/netbirdio/netbird/commit/2724ab987651c13ea79c945cb466cbfa837228da) docs: fix file references - [`35ee175`](https://github.com/netbirdio/netbird/commit/35ee1750ef44a7a442d5bee51f7dc382468a7de8) docs: fix minor docs issues - [`e0a5df3`](https://github.com/netbirdio/netbird/commit/e0a5df370b90b72f391995f78305ed72bea68387) feature: support cert file in management service - [`e7798f5`](https://github.com/netbirdio/netbird/commit/e7798f5fa7d2b85264a20a27f43870b593b6a04c) Merge branch 'main' into management/support-cert-from-file - [`45f5a12`](https://github.com/netbirdio/netbird/commit/45f5a123b5fd5d374a4ee090d65a26630eeab45e) docs: add new management commands - [`c1c2e0b`](https://github.com/netbirdio/netbird/commit/c1c2e0b88d102ddcb62744409a2f50b8b1fd6521) Merge remote-tracking branch 'origin/management/support-cert-from-file' into management/support-cert-from-file ### 📊 Changes **5 files changed** (+74 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/self-hosting.md` (+0 -1) 📝 `management/README.md` (+2 -1) 📝 `management/cmd/management.go` (+37 -0) 📝 `management/server/config.go` (+5 -1) 📝 `management/server/http/server.go` (+30 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 01:32:35 -04:00
saavagebueno changed title from [PR #122] [MERGED] management/support cert from file to [PR #122] management/support cert from file 2026-08-05 02:07:52 -04:00
saavagebueno changed title from [PR #122] management/support cert from file to [PR #122] [MERGED] management/support cert from file 2026-08-05 02:09:47 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12171