diff options
author | Linus Nordberg <linus@nordu.net> | 2017-06-02 09:53:03 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-06-29 21:26:38 +0200 |
commit | 55e1c7b770b75a9baaf3fb39ef4cb5c663381b01 (patch) | |
tree | 2a547fcd4f0defa73a092d53dc978d5b7d26c744 /doc/genconfig.1.md | |
parent | 107b977cb8fa0df0ca5619c2f9fd9e3e6e5a83a1 (diff) |
Add manpage documentation skeleton.
Diffstat (limited to 'doc/genconfig.1.md')
-rw-r--r-- | doc/genconfig.1.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/genconfig.1.md b/doc/genconfig.1.md new file mode 100644 index 0000000..f27a990 --- /dev/null +++ b/doc/genconfig.1.md @@ -0,0 +1,17 @@ +genconfig(1) -- generate catlfish node configuration +==================================================== + +## SYNOPSIS + +`genconfig` <template> <apikeydir> <logpublickeyfile> <cacertfile> <logadminkey> <destination> + +## DESCRIPTION + +`genconfig` reads a `catlfish` log configuration file template and +writes configuration files for all nodes in the log as well as a + +## OPTIONS + +## SEE ALSO + +catlfish(1) |