From fd09d8b0f4d354f6b1f09a1ccc20504b079dfe71 Mon Sep 17 00:00:00 2001 From: Ameer Ghani Date: Mon, 11 Sep 2023 18:56:59 -0400 Subject: [PATCH] Update collector HPKE config field --- app/src/tasks/TaskForm.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/tasks/TaskForm.tsx b/app/src/tasks/TaskForm.tsx index 189a7612..2ca9d51d 100644 --- a/app/src/tasks/TaskForm.tsx +++ b/app/src/tasks/TaskForm.tsx @@ -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: (

- 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.

), },