diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-03-03 17:30:47 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-03-03 17:30:47 +0100 |
commit | afb44e07cffd9697242b389bd105496dfedb6d8c (patch) | |
tree | 2aa2317aa742422d779d8fb8a1861eb79e5edc2f /integration | |
parent | bd343053c8578fa7defcf8c83d5bf1fa4ed3cdec (diff) |
use dns name as per proposals/2022-01-domain-hint
Spotted by rgdd.
Diffstat (limited to 'integration')
-rw-r--r-- | integration/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/config b/integration/config index 5631589..186c88f 100644 --- a/integration/config +++ b/integration/config @@ -10,7 +10,7 @@ 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=_label.example.com +domain_hint=_sigsum_v0.example.com log_vk=$(echo $log_sk | cut -c 65-) |