mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 21:25:54 +03:00
[GH-ISSUE #280] [Feature] 支持根据域名选择对应的SSL Provider #170
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#170
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?
Originally created by @aazf on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/280
功能描述
可以把SSL provider独立出来,这样可以有一些额外的好处:
1,测试,可以填写测试的SSL provider,比如说ACME的 staging environment,或者自己的pebble 服务器
2,根据不同的域名选择对应的Provider,避免触发限制 Let’s Encrypt Rate limits
3,可以使用zerossl的付费套餐,这样申请的证书会更灵活
动机
更完善的测试管理证书,包括系统开发测试等。
@usual2970