Self-hosted CertForge requires a license file (Documentation Index
Fetch the complete documentation index at: https://docs.certforge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
license.jwt) to operate. The license is a signed JWT — it encodes your entitlements and cannot be modified.
Obtaining a license
Trial (30 days)
Request from the download page. Delivered by email immediately.
Commercial
Contact sales@certforge.xyz. Delivered when payment is confirmed.
What the license controls
| Limit | Description |
|---|---|
| Expiry date | License is invalid after this date |
| Certificate limit | Maximum active certificates in the org |
| User limit | Maximum user accounts |
| DTP limit | Maximum Domain Trust Profiles |
| Feature flags | Which features are enabled (HA, ACME, SIEM, etc.) |
How verification works
On startup — offline: The JWT signature is verified against the CertForge public key embedded in the binary. The expiry date is read from the signedexp claim. This happens entirely offline, before any network call, and cannot be bypassed by blocking outbound traffic.
Call-home (periodic): Every 24 hours, CertForge pings app.certforge.xyz to report usage and receive updated license state. Renewals and upgrades take effect without restarting.
Grace period
If the license expires and call-home cannot reachapp.certforge.xyz:
| Period | What happens |
|---|---|
| Days 1–7 | All functionality available; warning banner shown |
| Day 8+ | Certificate issuance blocked; dashboard and existing certs unaffected |
Installing the license
Placelicense.jwt in your storage.base_path directory (default: /opt/certforge/data/):
Call-home behind a proxy
License dashboard
View license status at /license in the dashboard:- Current plan, expiry, limits, and features
- Call-home history (timestamp and status of recent pings)
- Download the current
license.jwtfile
Renewal
When your license is renewed, a newlicense.jwt is emailed. Install it the same way as the initial installation, then restart. Call-home will also detect the renewal automatically if your license is renewed before the current one expires.