funnyzak/certimate

By funnyzak

Updated 13 days ago

Certimate aims to provide users with a secure and user-friendly SSL certificate management solution

Image
Security
0

3.4K

funnyzak/certimate repository overview

certimate

Docker Tags Image Size Docker Stars Docker Pulls

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

Usage

Docker Deployment
docker run -d --name certimate_server -p 8090:8090 -v $(pwd)/data:/app/pb_data --restart unless-stopped funnyzak/certimate:latest
Docker Compose Deployment
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.

Tag summary

Content type

Image

Digest

sha256:d21062564

Size

37.6 MB

Last updated

13 days ago

docker pull funnyzak/certimate