go-crxmake icon indicating copy to clipboard operation
go-crxmake copied to clipboard

CRX Package generator

Results 3 go-crxmake issues
Sort by recently updated
recently updated
newest added

> crxmake.exe dist dist.crx --key-file=dist.pem I have specify a pem file, but I found a `key.pem` in unziped crx.

fix: #1 I'm a go fresher. I checked the go API doc, and find this: https://golang.google.cn/pkg/crypto/x509/#MarshalPKCS8PrivateKey It requires `go v1.10` I have update the code. Plz help to review.

I think `google-chrome` requires a PKCS#8 formatted PEM file.. `crxmake` uses an RSA private key format. Perhaps we could try to read the file with the two formats, PKCS#8 as...