Skip to content
SHC Docs

shc license activate

activate a license (broker domain-callback or offline file)

Activate this estate’s SHC EE license.

DEFAULT (keyless, internet-facing estates): run it with no arguments. The daemon identifies by its serving domain, the vendor’s license broker — whose location is compiled into this binary — dual-verifies domain control (public DNS + the estate’s browser-valid public-CA cert + a nonce echo) and returns a signed, domain-bound license. Requires the estate publicly reachable at its domain on a production (non-staging) certificate. --broker <url> overrides the vendor for this one activation; it does not change where the estate renews.

FALLBACK (airgapped estates, founder bootstrap): pass a vendor-signed license FILE. The daemon verifies the Ed25519 signature against the embedded key and the domain binding, stores it, and re-resolves entitlements. Both paths end fully offline.

shc license activate [<file>] [flags]
--broker string override the vendor broker for THIS activation only (the location is compiled in; renewals always go to the built-in vendor)
-h, --help help for activate
--config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win
-d, --debug enable debug mode (default: $SHC_DEBUG)
-e, --environment string environment name (default: $SHC_ENVIRONMENT)
--exclude string comma-separated dotted paths to drop
--fields string comma-separated columns/keys to show (and their order)
--filter string comma-separated dotted paths to keep (drops everything else)
-o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT)
-s, --stack string stack name (default: $SHC_STACK)
-t, --tenant string tenant name (default: $SHC_TENANT)
-v, --verbose verbose output (default: $SHC_VERBOSE)