mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #105] [MERGED] Add zerossl provider #842
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#842
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/105
Author: @usual2970
Created: 9/26/2024
Status: ✅ Merged
Merged: 9/26/2024
Merged by: @usual2970
Base:
main← Head:feat/zerossl📝 Commits (1)
363fbdeAdd zerossl provider📊 Changes
16 files changed (+705 additions, -319 deletions)
View changed files
📝
go.mod(+0 -1)📝
go.sum(+0 -2)📝
internal/applicant/applicant.go(+72 -3)➖
ui/dist/assets/index-B-WSkv0U.js(+0 -308)➖
ui/dist/assets/index-BLt37AhW.css(+0 -1)➕
ui/dist/assets/index-C_Xz8zGf.js(+313 -0)➕
ui/dist/assets/index-Djc_JtNf.css(+1 -0)➕
ui/dist/imgs/providers/letsencrypt.svg(+18 -0)➕
ui/dist/imgs/providers/zerossl.svg(+1 -0)📝
ui/dist/index.html(+2 -2)➕
ui/public/imgs/providers/letsencrypt.svg(+18 -0)➕
ui/public/imgs/providers/zerossl.svg(+1 -0)📝
ui/src/domain/settings.ts(+16 -1)📝
ui/src/pages/SettingLayout.tsx(+11 -1)➕
ui/src/pages/setting/SSLProvider.tsx(+247 -0)📝
ui/src/router.tsx(+5 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.