1
0
Fork 0

Move certificates

This commit is contained in:
Alex Kotov 2019-09-13 23:43:42 +05:00
parent a071bc828f
commit 982fc71783
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
5 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@ production:
ssl: true
ssl_params:
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>
ca_file: <%= Rails.root.join 'config', 'redis.crt' %>
ca_file: <%= Rails.root.join 'config', 'certs', 'redis.crt' %>

View File

@ -19,4 +19,4 @@ production:
ssl: true
ssl_params:
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>
ca_file: <%= Rails.root.join 'config', 'redis.crt' %>
ca_file: <%= Rails.root.join 'config', 'certs', 'redis.crt' %>

View File

@ -19,4 +19,4 @@ production:
ssl: true
ssl_params:
verify_mode: <%= OpenSSL::SSL::VERIFY_NONE %>
ca_file: <%= Rails.root.join 'config', 'redis.crt' %>
ca_file: <%= Rails.root.join 'config', 'certs', 'redis.crt' %>