[GH-ISSUE #923] failed to deploy certificate #630

Closed
opened 2026-03-03 01:04:48 +03:00 by kerem · 11 comments
Owner

Originally created by @yinchunyuan on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/923

软件版本 / Release Version

v0.3.26

问题描述 / Description

Image这个问题不知道怎么解决, 急需回复, 谢谢!

其他 / Miscellaneous

No response

Originally created by @yinchunyuan on GitHub (Aug 14, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/923 ### 软件版本 / Release Version v0.3.26 ### 问题描述 / Description <img width="1098" height="913" alt="Image" src="https://github.com/user-attachments/assets/e33f3d5c-2033-448f-b4e7-a0c4ddb7f9f2" />这个问题不知道怎么解决, 急需回复, 谢谢! ### 其他 / Miscellaneous _No response_
kerem 2026-03-03 01:04:48 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@fudiwei commented on GitHub (Aug 14, 2025):

为什么你的 target server 是 127.0.0.1?

<!-- gh-comment-id:3188560261 --> @fudiwei commented on GitHub (Aug 14, 2025): 为什么你的 target server 是 127.0.0.1?
Author
Owner

@yinchunyuan commented on GitHub (Aug 14, 2025):

为什么你的 target server 是 127.0.0.1?

是这个问题吗?我也不清楚

<!-- gh-comment-id:3188607697 --> @yinchunyuan commented on GitHub (Aug 14, 2025): > 为什么你的 target server 是 127.0.0.1? 是这个问题吗?我也不清楚
Author
Owner

@Trashblazer commented on GitHub (Aug 14, 2025):

是不是在docker里面跑certimate,然后部署到宿主机 127.0.0.1? 但容器的网络和宿主机器是隔离的。

Docker容器可以共享使用宿主机的网络解决此问题:

services:
  certimate:
    image: certimate/certimate:latest
    container_name: certimate
+   network_mode: host
    ports:
      - 8090:8090
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - ./data:/app/pb_data
    restart: unless-stopped

<!-- gh-comment-id:3188636228 --> @Trashblazer commented on GitHub (Aug 14, 2025): 是不是在docker里面跑certimate,然后部署到宿主机 `127.0.0.1`? 但容器的网络和宿主机器是隔离的。 Docker容器可以共享使用宿主机的网络解决此问题: ```yml services: certimate: image: certimate/certimate:latest container_name: certimate + network_mode: host ports: - 8090:8090 volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./data:/app/pb_data restart: unless-stopped ```
Author
Owner

@yinchunyuan commented on GitHub (Aug 14, 2025):

好像在Docker里跑过,我去看看

<!-- gh-comment-id:3188645334 --> @yinchunyuan commented on GitHub (Aug 14, 2025): 好像在Docker里跑过,我去看看
Author
Owner

@fudiwei commented on GitHub (Aug 20, 2025):

@yinchunyuan any updates?

<!-- gh-comment-id:3204750000 --> @fudiwei commented on GitHub (Aug 20, 2025): @yinchunyuan any updates?
Author
Owner

@yinchunyuan commented on GitHub (Aug 20, 2025):

没有

<!-- gh-comment-id:3204980464 --> @yinchunyuan commented on GitHub (Aug 20, 2025): 没有
Author
Owner

@yinchunyuan commented on GitHub (Aug 20, 2025):

不用docker可以吗

<!-- gh-comment-id:3204988210 --> @yinchunyuan commented on GitHub (Aug 20, 2025): 不用docker可以吗
Author
Owner

@fudiwei commented on GitHub (Aug 20, 2025):

你还没有回答我的问题:你为什么要用 SSH 连接 127.0.0.1?

<!-- gh-comment-id:3205223276 --> @fudiwei commented on GitHub (Aug 20, 2025): 你还没有回答我的问题:你为什么要用 SSH 连接 127.0.0.1?
Author
Owner

@yinchunyuan commented on GitHub (Aug 20, 2025):

你还没有回答我的问题:你为什么要用 SSH 连接 127.0.0.1?

不好意思, 这个当时登上去是这个, 我也不太清楚为什么

<!-- gh-comment-id:3205574142 --> @yinchunyuan commented on GitHub (Aug 20, 2025): > 你还没有回答我的问题:你为什么要用 SSH 连接 127.0.0.1? 不好意思, 这个当时登上去是这个, 我也不太清楚为什么
Author
Owner

@fudiwei commented on GitHub (Aug 20, 2025):

不好意思, 这个当时登上去是这个, 我也不太清楚为什么

这个地址不是你自己填的么…… 😂

<!-- gh-comment-id:3205787188 --> @fudiwei commented on GitHub (Aug 20, 2025): > 不好意思, 这个当时登上去是这个, 我也不太清楚为什么 这个地址不是你自己填的么…… 😂
Author
Owner

@yinchunyuan commented on GitHub (Aug 20, 2025):

不好意思, 这个当时登上去是这个, 我也不太清楚为什么

这个地址不是你自己填的么…… 😂

是的😂,请问您这个该怎么改呀

<!-- gh-comment-id:3206026595 --> @yinchunyuan commented on GitHub (Aug 20, 2025): > > 不好意思, 这个当时登上去是这个, 我也不太清楚为什么 > > 这个地址不是你自己填的么…… 😂 是的😂,请问您这个该怎么改呀
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#630
No description provided.