[PR #2541] [CLOSED] Add support for HTTPS via ACME as a client plugin #4597

Closed
opened 2026-05-05 14:45:06 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2541
Author: @MOZGIII
Created: 8/21/2021
Status: Closed

Base: devHead: acme-plugin


📝 Commits (2)

  • 9970b98 Add support for ACME certificate management as a client plugin
  • 0ed9c39 Add E2E test for https2http_acme plugin

📊 Changes

5 files changed (+194 additions, -1 deletions)

View changed files

📝 go.mod (+1 -0)
pkg/plugin/client/https2http_acme.go (+121 -0)
📝 test/e2e/framework/framework.go (+6 -0)
📝 test/e2e/pkg/request/request.go (+13 -1)
📝 test/e2e/plugin/client.go (+53 -0)

📄 Description

This PR adds a new client plugin https2http_acme and an end-to-end test for it.
The end-to-end test requires a proper DNS record configuration, so it is skipped by default.


🔄 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/fatedier/frp/pull/2541 **Author:** [@MOZGIII](https://github.com/MOZGIII) **Created:** 8/21/2021 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `acme-plugin` --- ### 📝 Commits (2) - [`9970b98`](https://github.com/fatedier/frp/commit/9970b98eb05d4708cc5e84f559dc4f22a546626f) Add support for ACME certificate management as a client plugin - [`0ed9c39`](https://github.com/fatedier/frp/commit/0ed9c39f0ccb0e714b84635cb6a718dbf5f5c099) Add E2E test for https2http_acme plugin ### 📊 Changes **5 files changed** (+194 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) ➕ `pkg/plugin/client/https2http_acme.go` (+121 -0) 📝 `test/e2e/framework/framework.go` (+6 -0) 📝 `test/e2e/pkg/request/request.go` (+13 -1) 📝 `test/e2e/plugin/client.go` (+53 -0) </details> ### 📄 Description This PR adds a new client plugin `https2http_acme` and an end-to-end test for it. The end-to-end test requires a proper DNS record configuration, so it is skipped by default. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:45:06 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4597
No description provided.