Overview
Air-gapped deployment is for environments with no internet connectivity. Enclave operates entirely within your isolated network. No call-home, no telemetry, no external dependencies.Differences from on-premise
| Feature | On-Premise | Air-Gapped |
|---|---|---|
| Licence validation | Online (periodic) | Offline (certificate-based) |
| Container images | Pull from registry | Transferred via removable media |
| Updates | docker compose pull | Manual transfer + load |
| Telemetry | Optional | Disabled |
| External SMTP | Supported | Internal SMTP relay required |
Offline licence
Air-gapped deployments use an offline licence certificate tied to your hardware fingerprint:-
Generate a hardware fingerprint on your target server:
Transfer the fingerprint file to an internet-connected machine.
-
Submit the fingerprint to Quelden — you receive a signed licence certificate (
enclave-licence.crt). -
Transfer the certificate to your air-gapped environment and set:
Transferring images
Container images are distributed as.tar archives via secure file transfer:
Internal SMTP
Email notifications (invitations, alerts) require an internal SMTP relay:EMAIL_DISABLED=true — all invitation links are generated and displayed in the admin console instead.
HSM requirement
Air-gapped deployments must use an on-premise HSM (HYOK). Cloud KMS is not available without internet access. Supported HSMs:- Thales Luna Network HSM
- Entrust nShield Connect
- Utimaco SecurityServer

