[PR #244] [MERGED] Support Google Trust Services #882

Closed
opened 2026-03-03 01:06:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/244
Author: @usual2970
Created: 10/23/2024
Status: Merged
Merged: 10/23/2024
Merged by: @usual2970

Base: mainHead: feat/gts


📝 Commits (3)

  • 8bec234 gts support
  • 1dca6ec An account for many customers
  • 7ab8517 Handle concurrency issues in a simple way.

📊 Changes

24 files changed (+759 additions, -3498 deletions)

View changed files

📝 go.mod (+10 -10)
📝 go.sum (+28 -28)
📝 internal/applicant/applicant.go (+88 -19)
internal/domain/acme_accounts.go (+17 -0)
📝 internal/pkg/utils/x509/x509.go (+33 -0)
internal/repository/acme_account.go (+71 -0)
migrations/1726569833_updated_domains.go (+0 -85)
migrations/1726670437_collections_snapshot.go (+0 -694)
migrations/1727006428_collections_snapshot.go (+0 -704)
migrations/1727188693_collections_snapshot.go (+0 -704)
migrations/1727341442_collections_snapshot.go (+0 -706)
migrations/1728610007_updated_access.go (+0 -92)
migrations/1729160433_updated_access.go (+0 -93)
migrations/1729241998_updated_access.go (+0 -95)
migrations/1729339341_updated_access.go (+0 -98)
📝 migrations/1729671262_collections_snapshot.go (+81 -7)
ui/public/imgs/providers/google.svg (+28 -0)
📝 ui/src/domain/settings.ts (+3 -3)
📝 ui/src/pages/setting/SSLProvider.tsx (+380 -140)
📝 ui/src/providers/config/index.tsx (+4 -4)

...and 4 more files

📄 Description

支持谷歌证书


🔄 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/244 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 10/23/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/gts` --- ### 📝 Commits (3) - [`8bec234`](https://github.com/certimate-go/certimate/commit/8bec234fe8bd035702a6972a91a1cc72f333a8fa) gts support - [`1dca6ec`](https://github.com/certimate-go/certimate/commit/1dca6ecf8dff6131781dcf2f22aa4612a52ad149) An account for many customers - [`7ab8517`](https://github.com/certimate-go/certimate/commit/7ab8517a93943c5ac6a6344f7acd3489ee2f9450) Handle concurrency issues in a simple way. ### 📊 Changes **24 files changed** (+759 additions, -3498 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+10 -10) 📝 `go.sum` (+28 -28) 📝 `internal/applicant/applicant.go` (+88 -19) ➕ `internal/domain/acme_accounts.go` (+17 -0) 📝 `internal/pkg/utils/x509/x509.go` (+33 -0) ➕ `internal/repository/acme_account.go` (+71 -0) ➖ `migrations/1726569833_updated_domains.go` (+0 -85) ➖ `migrations/1726670437_collections_snapshot.go` (+0 -694) ➖ `migrations/1727006428_collections_snapshot.go` (+0 -704) ➖ `migrations/1727188693_collections_snapshot.go` (+0 -704) ➖ `migrations/1727341442_collections_snapshot.go` (+0 -706) ➖ `migrations/1728610007_updated_access.go` (+0 -92) ➖ `migrations/1729160433_updated_access.go` (+0 -93) ➖ `migrations/1729241998_updated_access.go` (+0 -95) ➖ `migrations/1729339341_updated_access.go` (+0 -98) 📝 `migrations/1729671262_collections_snapshot.go` (+81 -7) ➕ `ui/public/imgs/providers/google.svg` (+28 -0) 📝 `ui/src/domain/settings.ts` (+3 -3) 📝 `ui/src/pages/setting/SSLProvider.tsx` (+380 -140) 📝 `ui/src/providers/config/index.tsx` (+4 -4) _...and 4 more files_ </details> ### 📄 Description 支持谷歌证书 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:40 +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#882
No description provided.