mapkyca / KnownChrome

Chrome plugin for your Known site (mirroring functionality in the official Firefox plugin)
9 stars 0 forks source link

Could not generate keypair #5

Closed davesgonechina closed 8 years ago

davesgonechina commented 8 years ago

When I click to download the extension, I get a blank page. Returning to the administration page, I get a "Could not generate keypair" error.

mapkyca commented 8 years ago

That means that OpenSSL was unable to export you PEM, which points to the OpenSSL module being installed (hence why it tried to generate a .CRX) but misconfigured somewhere.

The installation notes point to needing a correctly configured openssl.cnf: http://php.net/manual/en/function.openssl-pkey-export.php

davesgonechina commented 8 years ago

Well spotted, turns out my docker container didn't have openssl installed, now it works. Thanks!