diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-09 11:14:31 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-09 11:14:31 +0100 |
commit | 89f0a41e8baefddf2c6962a8f0eee71dfd124d21 (patch) | |
tree | 85d7723d8e66225d9fe02304b0bac4c9f00c8eac /issues/server-configuration.md | |
parent | e74021bee14cdc6a5aa22ddc2068c2f72dfe277f (diff) |
added issues
Diffstat (limited to 'issues/server-configuration.md')
-rw-r--r-- | issues/server-configuration.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/issues/server-configuration.md b/issues/server-configuration.md deleted file mode 100644 index dab70b9..0000000 --- a/issues/server-configuration.md +++ /dev/null @@ -1,24 +0,0 @@ -# Server configuration -Reported by: ln5 - -All server configuration is done via command-line arguments. - -This is good for configuration settings which last through the lifetime of an -invocation of a log instance, i.e., from launch to Ctrl-C. Examples: -- `--http_endpoint` -- `--key`. - -It is less good for settings that change over time. Examples: -- `--witnesses` - -Reading a configuration file at start and when receiving, say, SIGHUP, is an -alternative. - -Implementing a "control port", typically a TCP endpoint, where an administrator -can "program" the log instance is another alternative. Such an interface can -also be used for diagnostics. - -We also need to add better documentation on how to run and configure -sigsum-log-go. There is a rough start in cmd/sigsum-log-go/README.md. It -assumes a little bit too much of the reader, and does not document everything -that is relevant. For example, configuration of sharding is not documented. |