[PR #52] [MERGED] feature: add letsencrypt support to the management service #2507

Closed
opened 2025-11-20 07:11:18 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/52
Author: @braginini
Created: 7/17/2021
Status: Merged
Merged: 7/18/2021
Merged by: @braginini

Base: mainHead: tls-peer-management


📝 Commits (5)

  • d4a9f4d feature: add letsencrypt support to the management service
  • 84f4d51 fix: lint warnings
  • 07118d9 chore: change default datadir
  • 2d85fcf refactor: set default flags in code not Dockerfile
  • ea524e2 chore: remove unused code

📊 Changes

5 files changed (+89 additions, -18 deletions)

View changed files

📝 cmd/management.go (+70 -14)
📝 go.mod (+1 -0)
📝 go.sum (+15 -0)
📝 management/Dockerfile (+0 -1)
📝 management/management_test.go (+3 -3)

📄 Description

see https://github.com/wiretrustee/wiretrustee/pull/52


🔄 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/52 **Author:** [@braginini](https://github.com/braginini) **Created:** 7/17/2021 **Status:** ✅ Merged **Merged:** 7/18/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `tls-peer-management` --- ### 📝 Commits (5) - [`d4a9f4d`](https://github.com/netbirdio/netbird/commit/d4a9f4d38a4619bae0764eb10eb98381088e5485) feature: add letsencrypt support to the management service - [`84f4d51`](https://github.com/netbirdio/netbird/commit/84f4d51c6c836ff93480dfef416e65709e8e5845) fix: lint warnings - [`07118d9`](https://github.com/netbirdio/netbird/commit/07118d972de76882a822dc45bb791213becb6437) chore: change default datadir - [`2d85fcf`](https://github.com/netbirdio/netbird/commit/2d85fcfcc30d61ba1d2cbfb7a0102ea88702bf3a) refactor: set default flags in code not Dockerfile - [`ea524e2`](https://github.com/netbirdio/netbird/commit/ea524e2a53ad1e74a8ad2e27f432c62457853752) chore: remove unused code ### 📊 Changes **5 files changed** (+89 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `cmd/management.go` (+70 -14) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+15 -0) 📝 `management/Dockerfile` (+0 -1) 📝 `management/management_test.go` (+3 -3) </details> ### 📄 Description see https://github.com/wiretrustee/wiretrustee/pull/52 --- <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 2025-11-20 07:11:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2507