[PR #60] [CLOSED] add aws route53 provider &ssh multiple targets #840

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/60
Author: @rookie-man-fack
Created: 9/20/2024
Status: Closed

Base: mainHead: aws


📝 Commits (3)

📊 Changes

38 files changed (+4492 additions, -432 deletions)

View changed files

certimate (+0 -0)
📝 go.mod (+5 -5)
📝 go.sum (+4 -15)
📝 internal/applicant/aliyun.go (+8 -1)
📝 internal/applicant/applicant.go (+133 -8)
internal/applicant/aws.go (+40 -0)
📝 internal/applicant/cloudflare.go (+8 -1)
📝 internal/applicant/godaddy.go (+8 -1)
📝 internal/applicant/namesilo.go (+8 -1)
📝 internal/applicant/tencent.go (+8 -1)
📝 internal/deployer/ssh.go (+64 -46)
📝 internal/domain/access.go (+6 -0)
📝 internal/utils/app/app.go (+1 -1)
📝 migrations/1726147268_update_access_usage.go (+1 -1)
migrations/1726670437_collections_snapshot.go (+696 -0)
ui/dist/assets/index-BbXBGwzg.js (+293 -0)
ui/dist/assets/index-CvMrzdp7.js (+0 -291)
ui/dist/imgs/providers/aws.svg (+1 -0)
ui/dist/imgs/providers/favicon-docs.dogecloud.com-1-200x200.svg (+7 -0)
📝 ui/dist/index.html (+1 -1)

...and 18 more files

📄 Description

Added aws provider
Added ssh single authorization batch upload
Added zerossl EAB


🔄 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/60 **Author:** [@rookie-man-fack](https://github.com/rookie-man-fack) **Created:** 9/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `aws` --- ### 📝 Commits (3) - [`c0b19b1`](https://github.com/certimate-go/certimate/commit/c0b19b1927a016fe6f63923ce5c266744fa82ca0) add aws provider - [`f504aa9`](https://github.com/certimate-go/certimate/commit/f504aa9306b022556d1b5bddd1d5b2e6be962a91) add ssh multiple targets - [`bc68067`](https://github.com/certimate-go/certimate/commit/bc680679d13f0aeeb79c034177be8e4ec2b1f26d) add ssh multiple targets ### 📊 Changes **38 files changed** (+4492 additions, -432 deletions) <details> <summary>View changed files</summary> ➖ `certimate` (+0 -0) 📝 `go.mod` (+5 -5) 📝 `go.sum` (+4 -15) 📝 `internal/applicant/aliyun.go` (+8 -1) 📝 `internal/applicant/applicant.go` (+133 -8) ➕ `internal/applicant/aws.go` (+40 -0) 📝 `internal/applicant/cloudflare.go` (+8 -1) 📝 `internal/applicant/godaddy.go` (+8 -1) 📝 `internal/applicant/namesilo.go` (+8 -1) 📝 `internal/applicant/tencent.go` (+8 -1) 📝 `internal/deployer/ssh.go` (+64 -46) 📝 `internal/domain/access.go` (+6 -0) 📝 `internal/utils/app/app.go` (+1 -1) 📝 `migrations/1726147268_update_access_usage.go` (+1 -1) ➕ `migrations/1726670437_collections_snapshot.go` (+696 -0) ➕ `ui/dist/assets/index-BbXBGwzg.js` (+293 -0) ➖ `ui/dist/assets/index-CvMrzdp7.js` (+0 -291) ➕ `ui/dist/imgs/providers/aws.svg` (+1 -0) ➕ `ui/dist/imgs/providers/favicon-docs.dogecloud.com-1-200x200.svg` (+7 -0) 📝 `ui/dist/index.html` (+1 -1) _...and 18 more files_ </details> ### 📄 Description Added aws provider Added ssh single authorization batch upload Added zerossl EAB --- <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:27 +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#840
No description provided.