mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1108] [Bug] x509: certificate signed by unknown authority #748
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#748
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 @railsboot on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1108
Release Version / 软件版本
v0.4.9
Description / 缺陷描述
使用docker部署项目后,发现无法正常拉起流程,提示证书问题
Steps to reproduce / 复现步骤
docker run -d
--name certimate
-p 8080:8090
-v ./certimate/config:/app/config
-v ./certimate/data:/app/data
-v /etc/ssl:/etc/ssl:ro
-e TZ=Asia/Shanghai
--restart unless-stopped
certimate/certimate:latest
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Dec 17, 2025):
/etc/ssl/是 Alpine 储存根证书的地方,你把宿主机的路径挂载上去,容器内根证书就丢了。@fudiwei commented on GitHub (Dec 17, 2025):
duplicate #577