catlfish(1) -- Certificate Transparency log node ================================================ ## SYNOPSIS `catlfish` [`-c` ] ## DESCRIPTION `catlfish` is a Certificate Transparency log. A node in a log instance can be started using the `start-node` command and stopped using the `stop-node` command. is one of: * `start-node` [`-a` ]: Start a `catlfish` node. * `stop-node`: Stop a `catlfish` node. ## OPTIONS * `-a` : Use as the `-boot` argument to erl(1) instead of the default application `catlfish`. * `-c` : Use to find the configuration file for the node instead of the name of the basename of the current working directory. The configuration file should be generated by genconfig(1). * `-d` : Use as the `pipe_dir` argument to run_erl(1) instead of using the current working directory (`.`). * `-l` : Use as the `log_dir` argument to run_erl(1) instead of using `./log'. ## STANDARDS `RFC69662` Certificate Transparency ## SEE ALSO genconfig(1), erl(1)