Use template for MQSC commands for TLS config

This commit is contained in:
Riccardo Biraghi
2018-04-10 15:03:36 +01:00
parent 516c8ecc41
commit 6773496d99
3 changed files with 21 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
ALTER QMGR SSLKEYR('{{ .SSLKeyR }}')
ALTER QMGR CERTLABL('{{ .CertificateLabel }}}}')
ALTER CHANNEL('DEV.APP.SVRCONN') CHLTYPE(SVRCONN) SSLCIPH({{ .SSLCipherSpec }}) SSLCAUTH(OPTIONAL)
ALTER CHANNEL('DEV.ADMIN.SVRCONN') CHLTYPE(SVRCONN) SSLCIPH({{ .SSLCipherSpec }}) SSLCAUTH(OPTIONAL)