[PR #660] [CLOSED] Google ACME Proxy [实验性拓展] #1002

Closed
opened 2026-03-03 01:07:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/660
Author: @bigbugcc
Created: 5/5/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 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

在原有的申请签发流程加入透明代理转发签证的请求(可选项),
jws-error
但是过程遇到请求地址目的地址不一致,导致google校验JWS签名失败返回400错误,项目中关于jws签名部分是引用的lego,此处不知怎么做会好点?


🔄 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/certimate-go/certimate/pull/660 **Author:** [@bigbugcc](https://github.com/bigbugcc) **Created:** 5/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`eb8bee7`](https://github.com/certimate-go/certimate/commit/eb8bee792e47cd89e8e0e430bc23db7aa1c3aa49) Google ACME Proxy ### 📊 Changes **7 files changed** (+43 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description 在原有的申请签发流程加入透明代理转发签证的请求(可选项), ![jws-error](https://github.com/user-attachments/assets/514930c0-63e9-4be8-b2d5-837924cdaa77) 但是过程遇到**请求地址**与**目的地址**不一致,导致google校验JWS签名失败返回400错误,项目中关于jws签名部分是引用的lego,此处不知怎么做会好点? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:14 +03: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
starred/certimate#1002
No description provided.