diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 15:16:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2022-04-21 19:20:05 +0200 |
commit | 23346b27b8edac3fbe6f423a28064e1da180d6db (patch) | |
tree | 47874663a9b76937f4a395570cc898ba15af9c75 /integration/config | |
parent | e5201da33e6c714bb0fc81438d4f212c25a48cf2 (diff) |
integration: add automatic setup and tear-down
Diffstat (limited to 'integration/config')
-rw-r--r-- | integration/config | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/integration/config b/integration/config deleted file mode 100644 index 186c88f..0000000 --- a/integration/config +++ /dev/null @@ -1,18 +0,0 @@ -# Use createtree to create a trillian tree and set tree_id. -tree_id= - -# Use sigsum_keygen to generate a key pair for the log and set log_sk. -log_sk= - -# Use sigsum_keygen to generate a key pair for the witness and set wit_sk. -wit_sk= - -# Use sigsum_keygen to generate a key pair for submission and set submit_sk. -# Add a TXT record named $domain_hint with the hash of the vk as its value. -submit_sk= -domain_hint=_sigsum_v0.example.com - - -log_vk=$(echo $log_sk | cut -c 65-) -wit_vk=$(echo $wit_sk | cut -c 65-) -submit_vk=$(echo $submit_sk | cut -c 65-) |