GoogleChromeLabs / webbundle-plugins

A Webpack plugin for generating Web Bundles output.
https://www.npmjs.com/package/webbundle-webpack-plugin
Apache License 2.0
59 stars 11 forks source link

Why does generating a new private key not work? #69

Closed guest271314 closed 10 months ago

guest271314 commented 10 months ago

I generated a private key a few weeks ago that I have been using to sign all new web bundles I create

openssl genpkey -algorithm ed25519 -out private.pem

When I create a new private key using the same code loading the Isolated Web App fails on chrome://web-app-internals.

I notice the URL begins with 4 for the original private key, does not begin with 4 for the newly generated private key.

guest271314 commented 10 months ago

I think I figured it out. It looks like we have to uninstall the Isolated Web App with the same name before installing the new Isolated Web App, to avoid can't find manifest error.