jrconlin / WebPushDataTestPage

Web Push Data Encryption Test Page
Mozilla Public License 2.0
15 stars 11 forks source link

VAPID public key wrong format #28

Open p1gp1g opened 1 month ago

p1gp1g commented 1 month ago

The VAPID public key is described as in the "uncompressed" or "raw" key point format. But this key is currently an export of the key in DER format: https://github.com/jrconlin/WebPushDataTestPage/blob/master/index.html#L728.

One have to show the Push Dashboard to see the public key in the right format.