ConfigurationΒΆ
The configuration for each CCF node must be contained in a single JSON configuration file specified to the cchost executable via the --config /path/to/config/file argument.
Tip
JSON configuration samples:
Minimal configuration: minimal_config.json
Complete
startconfiguration: start_config.jsonComplete
joinconfiguration: join_config.jsonComplete
recoverconfiguration: recover_config.json
A single configuration file can be verified using the cchost executable, but without launching the enclave application, using the --check option:
$ cchost --config /path/to/config/file --check
Note
Size strings are expressed as the value suffixed with the size in bytes (
B,KB,MB,GB,TB, as factors of 1024), e.g."20MB","100KB"or"2048"(bytes).Time strings are expressed as the value suffixed with the duration (
us,ms,s,min,h), e.g."1000ms","10s"or"30min".