Update SSL/TLS tests
This commit is contained in:
parent
7fd243827c
commit
49e36125a5
3 changed files with 28 additions and 20 deletions
|
|
@ -27,12 +27,13 @@
|
|||
- alerting
|
||||
es_api_basic_auth_username: elastic
|
||||
es_api_basic_auth_password: changeme
|
||||
es_api_sleep: 5
|
||||
es_enable_http_ssl: false
|
||||
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:
|
||||
|
|
@ -140,12 +141,13 @@
|
|||
- alerting
|
||||
es_api_basic_auth_username: elastic
|
||||
es_api_basic_auth_password: elasticChanged
|
||||
es_api_sleep: 5
|
||||
es_enable_http_ssl: true
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue