mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[PR #60] [CLOSED] add aws route53 provider &ssh multiple targets #840
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#840
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/60
Author: @rookie-man-fack
Created: 9/20/2024
Status: ❌ Closed
Base:
main← Head:aws📝 Commits (3)
c0b19b1add aws providerf504aa9add ssh multiple targetsbc68067add ssh multiple targets📊 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.