feat: mysql 证书 (#11465)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-08-30 15:15:49 +08:00
committed by GitHub
parent 894249a3d1
commit 992e34d652
7 changed files with 40 additions and 3 deletions

View File

@@ -10,4 +10,8 @@
login_password: "{{ account.secret }}"
login_host: "{{ jms_asset.address }}"
login_port: "{{ jms_asset.port }}"
check_hostname: "{{ jms_asset.spec_info.use_ssl and not jms_asset.spec_info.allow_invalid_cert }}"
ca_cert: "{{ jms_asset.secret_info.ca_cert }}"
client_cert: "{{ jms_asset.secret_info.client_cert }}"
client_key: "{{ jms_asset.secret_info.client_key }}"
filter: version