File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ import (
2323 "github.com/ibm-messaging/mq-container/internal/mqtemplate"
2424 "github.com/ibm-messaging/mq-container/internal/pathutils"
2525 "github.com/ibm-messaging/mq-container/internal/securityutility"
26+ "github.com/ibm-messaging/mq-container/internal/sensitive"
2627 "github.com/ibm-messaging/mq-container/pkg/logger"
2728)
2829
2930// webKeystoreDefault is the name of the default web server Keystore
3031const webKeystoreDefault = "default.p12"
3132
3233// ConfigureWebTLS configures TLS for the web server
33- func ConfigureWebTLS (keyLabel string , log * logger.Logger , password string ) error {
34+ func ConfigureWebTLS (keyLabel string , log * logger.Logger , password * sensitive. Sensitive ) error {
3435
3536 // Return immediately if we have no certificate to use as identity
3637 if keyLabel == "" && os .Getenv ("MQ_GENERATE_CERTIFICATE_HOSTNAME" ) == "" {
You can’t perform that action at this time.
0 commit comments