crx3-utils
crx3-utils copied to clipboard
crypto.createPublicKey is not a function
Hi.
While using your node package, I encounter an issue while trying to execute : crx3-new private.pem < my_ext.zip
I generated the private.pem using : openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out private.pem
It's all that I've done, do you have any ideas ?
Thanks.
use node 12.x, instead of 10.x
crypto.createPublicKey()
was added in 11.6.0
Ah. I have that issue too.
Maybe add to the docs?