blob: 31ce0600405fccd9a5c628bca9d9bd815eb6ab41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
catlfish(1) -- Certificate Transparency log node
================================================
## SYNOPSIS
`catlfish` [`-c` <config-name>] <command>
## 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.
<command> is one of:
* `start-node` [`-a` <application>]:
Start a `catlfish` node.
* `stop-node`:
Stop a `catlfish` node.
## OPTIONS
* `-a` <application>:
Use <application> as the `-boot` argument to erl(1) instead of the
default application `catlfish`.
* `-c` <config-name>:
Use <config-name> 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` <directory>:
Use <directory> as the `pipe_dir` argument to run_erl(1) instead of
using the current working directory (`.`).
* `-l` <directory>:
Use <directory> as the `log_dir` argument to run_erl(1) instead of
using `./log'.
## STANDARDS
`RFC69662` Certificate Transparency
## SEE ALSO
genconfig(1), erl(1)
|