Certify Management Hub is a solution for ACME certificate management.
100K+
See https://certifytheweb.com for more details.
All the core features of our popular Certify Certificate Manager app, with a web based management UI and API:

Tip: mount a volume for /usr/share/certify in order to persistently store settings or override path by setting the CERTIFY_APPDATA_PATH environment variable. By default the UI and API are exposed on port 8080. This image runs as a non-root user.
Save this file as docker-compose.yaml
name: certify-management-hub
services:
certify-hubservice:
image: docker.io/certifytheweb/management-hub:latest
ports:
- "8080:8080"
volumes:
- certifydata:/usr/share/certify/
restart: unless-stopped
volumes:
certifydata:
Then from the same path, run docker compose up -d to start the container.
The default admin login is admin:changeme! and you should change the password immediately before configuring any other parts of the system.
If your initial login fails with "Failed to fetch", click the settings icon on the login screen and set the API url to http://localhost:8080 - in some configurations you may need to use the local IP such as http://127.0.0.1:8080 or if you are hosting on a remote instance specify that IP or hostname. For current documentation see https://docs.certifytheweb.com/docs/hub/
Content type
Image
Digest
sha256:5142cfb65…
Size
240.7 MB
Last updated
7 days ago
docker pull certifytheweb/management-hub