mozilla / vinz-clortho

INACTIVE - http://mzl.la/ghe-archive - BrowserID Keymaster for LDAP enabled Identity Providers
16 stars 21 forks source link

Simplify keypair generation #34

Closed mostlygeek closed 11 years ago

mostlygeek commented 11 years ago

This closes issue #30.

The public/secret keys are generated using scripts/gen_keys.js. lib/crypto.js will attempt to read these files on app start up, otherwise an assert exception will be thrown if they do not exist.

lloyd commented 11 years ago

68 additions and 147 deletions

I think this is a great simplification. Want:

  1. gen_keys.js not to care about cwd
  2. travis tests to pass.
lloyd commented 11 years ago

r+