mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2541] [CLOSED] Add support for HTTPS via ACME as a client plugin #4597
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2541
Author: @MOZGIII
Created: 8/21/2021
Status: ❌ Closed
Base:
dev← Head:acme-plugin📝 Commits (2)
9970b98Add support for ACME certificate management as a client plugin0ed9c39Add 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_acmeand 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.