Skip to content

Commit

Permalink
Start of updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm committed Oct 30, 2018
1 parent d17f26c commit f9ef09d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview
# disttrust

disttrust is a program for requesting tls certificates from a provider and
A program for requesting tls certificates from a provider and
maintaining their validity on the local system. It currently only implements the
**vault** pki provider using approle based auth. The design is such that new
providers and auth methods can be added with minimal work.
Expand All @@ -23,9 +23,9 @@ Installation on the local system can be done with a normal go get

disttrust is configured from one or more files supplied by a flag. For ease
of deployments many seperate config files can be provided each with different
providers and anchors that will be aggregated together at run time.
providers and anchors that will be merged together at run time.

`disttrust -c <cfile.json1> -c <cfile.json2> ...`
`disttrust -c <cfile.json1> -c <cfile.json2> ... -c <config_dir>`

See [config](#Config) for documentation on the configuration properties.

Expand Down
5 changes: 5 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# disttrust documentations

Documentation Organisation:
- [CMD Flags](flags.md)
- [Configuration](config.md)
Empty file added doc/config.md
Empty file.
Empty file added doc/flags.md
Empty file.

0 comments on commit f9ef09d

Please sign in to comment.