Skip to content

private key / certs shouldn't be version-controlled #6

Description

@shatterednirvana

To properly support HTTPS, we shouldn't make the private key and certificate publicly available. We should have a rake task that automatically generates a pk and cert on a machine - the workflow I'm thinking is as follows:

"rake deploy" starts up appscake
this task depends on "rake cert", which does nothing if the cert/pk exists, and generates it otherwise

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions