Certificate generation, readme updates

This commit is contained in:
Martin Lensment 2015-02-12 16:31:39 +02:00
parent f2c9d18473
commit 676e5b5ae3
3 changed files with 86 additions and 2 deletions

View file

@ -7,6 +7,9 @@ defaults: &defaults
# If you change this key, all old signed cookies will become invalid!
secret_key_base: please-change-it-you-can-generate-it-with-rake-secret
devise_secret: please-change-it-you-can-generate-it-with-rake-secret
ca_cert_path: ca-cert-path-here
ca_key_path: ca-key-path-here
ca_key_password: ca-key-pass-phrase-here
development:
<<: *defaults