mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #334] [Bug] 修改申请证书的域名后不触发重新申请证书的逻辑 #203
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#203
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 @LeoChen98 on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/334
Originally assigned to: @LeoChen98 on GitHub.
描述问题
如题
复现步骤
修改任意已申请证书的域名记录的域名列表
截图
期望的结果
修改域名后应当触发重新申请证书逻辑确保证书匹配性
环境
其他信息
/
@LeoChen98 commented on GitHub (Nov 13, 2024):
WIP/Trying
@fudiwei commented on GitHub (Nov 13, 2024):
不改变数据库表结构的情况下应该是办不到的。但真要是改表结构这种 Breaking Changes 就没啥必要了,0.3.x 整个这张表都会被废弃掉了。
@LeoChen98 commented on GitHub (Nov 13, 2024):
先试试看咯
@LeoChen98 commented on GitHub (Nov 13, 2024):
弄好了,在申请流程里加了个判断 @fudiwei