Server
The CA server is invoked by running ./bin/tls-toolkit server -h prints the usage information along with descriptions of options that can be specified.
The most common options to specify are:
-f,--configJsonThe location of the json config (written after first run)-F,--useConfigJsonLoads all relevant configuration from the config json (configJson is the only other argument necessary)-t,--tokenThe token used to prevent man in the middle attacks (this should be a long, random value and needs to be known when invoking the client)-D,--dnThe DN for the CA

