mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #660] [CLOSED] Google ACME Proxy [实验性拓展] #1002
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1002
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/certimate-go/certimate/pull/660
Author: @bigbugcc
Created: 5/5/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
eb8bee7Google ACME Proxy📊 Changes
7 files changed (+43 additions, -3 deletions)
View changed files
📝
internal/applicant/acme_ca.go(+15 -0)📝
internal/applicant/applicant.go(+2 -1)📝
internal/domain/access.go(+3 -2)📝
ui/src/components/access/AccessFormGoogleTrustServicesConfig.tsx(+18 -0)📝
ui/src/domain/access.ts(+1 -0)📝
ui/src/i18n/locales/en/nls.access.json(+2 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+2 -0)📄 Description
在原有的申请签发流程加入透明代理转发签证的请求(可选项),

但是过程遇到请求地址与目的地址不一致,导致google校验JWS签名失败返回400错误,项目中关于jws签名部分是引用的lego,此处不知怎么做会好点?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.