mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Replace LHV JKS store with P12
This commit is contained in:
parent
65a749edc8
commit
64def385b0
4 changed files with 16 additions and 18 deletions
|
@ -148,9 +148,8 @@ action_mailer_default_port: # default: no port (80)
|
|||
action_mailer_default_from: # no-reply@example.com
|
||||
action_mailer_force_delete_from: # `From` header for `DomainDeleteMailer#forced` email
|
||||
|
||||
lhv_keystore:
|
||||
lhv_p12_keystore:
|
||||
lhv_keystore_password:
|
||||
lhv_keystore_alias:
|
||||
lhv_ca_file: # Needed only in dev mode
|
||||
lhv_dev_mode: 'false'
|
||||
|
||||
|
@ -163,9 +162,8 @@ test:
|
|||
action_mailer_default_host: 'registry.test'
|
||||
action_mailer_default_from: 'no-reply@registry.test'
|
||||
action_mailer_force_delete_from: 'legal@registry.test'
|
||||
lhv_keystore: 'test/fixtures/files/keystore.jks'
|
||||
lhv_p12_keystore: 'test/fixtures/files/keystore.p12'
|
||||
lhv_keystore_password: 'testtest'
|
||||
lhv_keystore_alias: 'testtest'
|
||||
|
||||
# Airbrake // Errbit:
|
||||
airbrake_host: "https://your-errbit-host.ee"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue