mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Certificate generation, readme updates
This commit is contained in:
parent
f2c9d18473
commit
676e5b5ae3
3 changed files with 86 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue