mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
852 B
852 B
CertMate
Getting started
- Deploy the template and open the app domain.
- Log in with the API bearer token: it is auto-generated by the template and stored in the
API_BEARER_TOKENenvironment variable (Dokploy → your service → Environment). The same token authenticates REST API requests (Authorization: Bearer <token>). - In Settings, set your Let's Encrypt email and add credentials for your DNS provider (Cloudflare, Route53, etc.) to issue certificates through DNS-01 challenges.
Notes
CLOUDFLARE_TOKENcan optionally be set as an environment variable instead of configuring it in the UI.- Certificates, application data and backups are persisted in the
certmate_certificates,certmate_dataandcertmate_backupsvolumes. - API documentation is available at
/docs/(Swagger) and/redoc/on your domain.