Skip to content

Commit 4a15dc7

Browse files
committed
add tls parms in README
1 parent 3bc45af commit 4a15dc7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,21 @@ qmgrConnectionParams:
8989
# How long to wait until metrics are published by queue manager (milliseconds).
9090
# Value must be at least 10000 (periodicity with which metrics are published by MQ).
9191
connTimeout: 12000
92-
92+
# Use TLS connection to queue manager?
93+
useTLS: true
94+
# Path to keystore file
95+
keystorePath: /opt/mq_exporter/keystores/keystore.jks
96+
# keystore password
97+
keystorePassword: testpass2
98+
# path to truststore file
99+
truststorePath: /opt/mq_exporter/keystores/truststore.jks
100+
# truststore password
101+
truststorePassword: testpass2
102+
# SSL protocol
103+
sslProtocol: TLSv1.2
104+
# cipherSuite
105+
cipherSuite: TLS_RSA_WITH_AES_256_CBC_SHA256
106+
93107
# Prometheus connection information -------------------------------
94108
prometheusEndpointParams:
95109
# URL and port which will be used to expose metrics for Prometheus.

0 commit comments

Comments
 (0)