mozilla / vinz-clortho

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

Simplify Public/Private keypair loading for ops #30

Closed mostlygeek closed 11 years ago

mostlygeek commented 11 years ago

There are several ways to load/generate private/public keypairs for the application right now. Let's take it a few steps back and make it one way. Why? This will simplify our deployment, configuration and reduce code paths to just get it running.

In server/config/ we will have:

the paths for these are baked into the application's code and can not be changed. They must exist otherwise the server won't start.

lloyd commented 11 years ago

+1. I suggest a simple wrapper script that creates the keypair, and a configurable path.