You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new task page doesn't provide guidance on how I can acquire/generate a collector HPKE key.
If adopting #378, we can consider having the key generated client side, with the private key being downloadable by the user, and the public key uploaded to DU.
The text was updated successfully, but these errors were encountered:
I'd be happy to PR a better description, but we might also have to also consider how it's done? I had to use hpke_keygen, copy the HPKE config field, echo "$(wl-paste)=" | base64 -d >hpke.key--note the padding character that I had to add... I wouldn't expect an end-user to have to do all that.
The new task page doesn't provide guidance on how I can acquire/generate a collector HPKE key.
If adopting #378, we can consider having the key generated client side, with the private key being downloadable by the user, and the public key uploaded to DU.
The text was updated successfully, but these errors were encountered: