blob: fe897904ebdd17598a94a933662c3bf5a2272f90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
#
# Setup instructions:
#
# - Use `sigsum-debug keygen` 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`.
#
cli_priv=
cli_domain_hint=
|