Skip to content

Commit

Permalink
Update collector HPKE config field
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Sep 11, 2023
1 parent 46f0600 commit fd09d8b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions app/src/tasks/TaskForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,14 @@ const helps: {
},

hpke_config_id: {
title: "DAP-encoded HPKE file",
title: "Collector HPKE Config",
short:
"The collector's public key. Results will be encrypted using this key.",
"The collector's HPKE config. Results will be encrypted using the config's public key.",
long: (
<p>
Upload a binary public key file in DAP "HpkeConfig" format. Do not
upload the corresponding private key. You will need to use the private
key when collecting aggregate results, to decrypt results from the
aggregators.
Select a previously uploaded HPKE configuration. You will need to use
the config's corresponding private key when collecting aggregate
results.
</p>
),
},
Expand Down

0 comments on commit fd09d8b

Please sign in to comment.