diff options
author | Grégoire Détrez <gregoire@mullvad.net> | 2022-08-26 20:14:42 +0200 |
---|---|---|
committer | Grégoire Détrez <gregoire@mullvad.net> | 2022-08-26 20:17:42 +0200 |
commit | a4f39980c78b805a520d8876e4e3854e537f0bd2 (patch) | |
tree | ce1f348b957c46b81795ad3337e084b4e80840a7 /integration/conf | |
parent | e6e5a17083f5edb164e5129aee0c47b5a0fe22f3 (diff) |
Fix instruction to generate private key
Diffstat (limited to 'integration/conf')
-rw-r--r-- | integration/conf/client.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/conf/client.config b/integration/conf/client.config index fe89790..8472d81 100644 --- a/integration/conf/client.config +++ b/integration/conf/client.config @@ -3,7 +3,7 @@ # # Setup instructions: # -# - Use `sigsum-debug keygen` to get a private key +# - Use `sigsum-debug key private` to get a private key # - Set a domain hint that starts with "_sigsum_v0." # - Configure domain hint to be aware of the output of the appropriate # key hash. See `sigsum-debug pubkey` and `sigsum-debug keyhash`. |