Add tests specifically for SSL certificates
This commit is contained in:
parent
42fb7192b9
commit
d59c452918
3 changed files with 31 additions and 17 deletions
|
|
@ -30,10 +30,10 @@
|
|||
es_api_basic_auth_password: changeme
|
||||
es_enable_http_ssl: false
|
||||
es_enable_transport_ssl: true
|
||||
es_ssl_keystore: "files/certs/keystore-password.p12"
|
||||
es_ssl_truststore: "files/certs/truststore-password.p12"
|
||||
es_ssl_keystore_password: password1
|
||||
es_ssl_truststore_password: password2
|
||||
es_ssl_keystore: "files/certs/shared-store-no-password.p12"
|
||||
es_ssl_truststore: "files/certs/shared-store-no-password.p12"
|
||||
es_ssl_keystore_password: ""
|
||||
es_ssl_truststore_password: ""
|
||||
es_validate_certs: no
|
||||
es_role_mapping:
|
||||
power_user:
|
||||
|
|
@ -144,10 +144,10 @@
|
|||
es_api_basic_auth_password: elasticChanged
|
||||
es_enable_http_ssl: true
|
||||
es_enable_transport_ssl: true
|
||||
es_ssl_keystore: "files/certs/shared-store-no-password.p12"
|
||||
es_ssl_truststore: "files/certs/shared-store-no-password.p12"
|
||||
es_ssl_keystore_password: ""
|
||||
es_ssl_truststore_password: ""
|
||||
es_ssl_keystore: "files/certs/keystore-password.p12"
|
||||
es_ssl_truststore: "files/certs/truststore-password.p12"
|
||||
es_ssl_keystore_password: password1
|
||||
es_ssl_truststore_password: password2
|
||||
es_validate_certs: no
|
||||
es_role_mapping:
|
||||
power_user:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue