Certimate aims to provide users with a secure and user-friendly SSL certificate management solution
3.4K
Certimate aims to provide users with a secure and user-friendly SSL certificate management solution. For usage documentation, please visit https://docs.certimate.me.
Pulling Images:
You can pull the images using the following commands:
docker pull funnyzak/certimate:latest
# GHCR
docker pull ghcr.io/funnyzak/certimate:latest
# Aliyun
docker pull registry.cn-beijing.aliyuncs.com/funnyzak/certimate:latest
docker run -d --name certimate_server -p 8090:8090 -v $(pwd)/data:/app/pb_data --restart unless-stopped funnyzak/certimate:latest
version: '3.7'
services:
certimate:
image: funnyzak/certimate:latest
container_name: certimate_server
ports:
- "8090:8090"
volumes:
- ./data:/app/pb_data
restart: unless-stopped
After completing the installation steps above, you can access the Certimate admin panel at: http://127.0.0.1:8090
Default credentials:
More information can be found at certimate.
Content type
Image
Digest
sha256:d21062564…
Size
37.6 MB
Last updated
13 days ago
docker pull funnyzak/certimate