Commit graph

3 commits

Author SHA1 Message Date
Stan Hu
33aa185d83 Add warning about updating Omnibus is secrets are updated
[ci skip]
2019-05-10 13:41:32 -05:00
Vladimir Shushlin
444959bfa0 Generate Let's Encrypt private key 2019-05-09 13:45:25 +00:00
Stan Hu
b5c706326a Upgrade to Ruby 2.4.4
Fixes that make this work:

* A change in Ruby (ce635262f5)
requires passing in the exact required length for OpenSSL keys and IVs.

* Ensure the secrets.yml is generated before any prepended modules are
loaded. This is done by renaming the `secret_token.rb` initializer to
`01_secret_token.rb`, which is a bit ugly but involves the least impact on
other files.
2018-05-29 15:19:33 -07:00
Renamed from config/initializers/secret_token.rb (Browse further)