Hi,
I'm getting an error when reinstalling MT with a SSL certificate. My .pfx password is correct.
ifscloud-values.yaml is as below
# Path to PKCS12 certificate if using third party certificate
certificateFile: F:\Artifacts\ifsroot\config\certs\certificate.pfx
certificatePassword: XxxxXxxxXxxx1Xxx
Error,
pWed Jul 05 05:26:38 BST 2023] - INFO: chartVersion not found in properties, using helmChartVersion: 222.7.0
/Wed Jul 05 05:26:38 BST 2023] - INFO: Using existing certificate
/Wed Jul 05 05:26:38 BST 2023] - SEVERE: Unable to handle certificates. java.io.IOException: keystore password was incorrect
/Wed Jul 05 05:26:38 BST 2023] - INFO: Generating symmetric-key. This will only be persisted if the secret, 'symmetric-key' does not exist.
/Wed Jul 05 05:26:38 BST 2023] - INFO: Creating namespace
/Wed Jul 05 05:26:42 BST 2023] - INFO: Installing ifs-cloud
/Wed Jul 05 05:26:42 BST 2023] - INFO: Using chart ifscloud/ifs-cloud --version 222.7.0
/Wed Jul 05 05:26:42 BST 2023] - INFO: Doing a dry-run ..
/Wed Jul 05 05:26:42 BST 2023] - INFO: Running helm upgrade
/Wed Jul 05 05:26:43 BST 2023] - SEVERE: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
/Wed Jul 05 05:26:43 BST 2023] - SEVERE: Failed to install ifs-cloud
/Wed Jul 05 05:26:43 BST 2023] - SEVERE: Failed to install ifs-cloud. Collected logs from command:
INFO: Creating namespace
namespace/ifstst created
"ifscloud" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ifscloud" chart repository
Update Complete. ΓÄêHappy Helming!ΓÄê
INFO: Installing ifs-cloud
INFO: Using chart ifscloud/ifs-cloud --version 222.7.0
INFO: Doing a dry-run ..
INFO: Running helm upgrade
history.go:53: .debug] getting history for release ifs-cloud
Release "ifs-cloud" does not exist. Installing it now.
install.go:172: gdebug] Original chart version: "222.7.0"
install.go:189: gdebug] CHART PATH: C:\Users\ADMINI~1\AppData\Local\Temp\1\helm\repository\ifs-cloud-222.7.0.tgz
Error: execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
helm.go:94: .debug] execution error at (ifs-cloud/charts/ifscore/templates/secrets.yaml:12:18): Value for tls.cert is required
SEVERE: Failed to install ifs-cloud
dWed Jul 05 05:26:43 BST 2023] - SEVERE: Validation failed.
Please comment on above issue.
Thanks