Customize SSL configuration for Global Mailbox UI
About this task
To configure the SSL with Global Mailbox UI, perform the following steps:
Procedure
- Generate the keystore file which contains the key and certificate. For example, keystore.jks.
-
Create the secret for the keystore like the
example below:
kubectl create secret generic gm-liberty-certificate-secret --from-file=<path to Keystore file created in step 1>.
-
Create a secret for the keystore password by
using the sample provided in
app-secrets.yaml file.
Note: The secret name in the sample file is gm-liberty-credentials-secret.
-
If you want to update the default liberty
certificates, modify the following parameters in
the values.yaml file under
the mailboxUI option:
- keyStoreName : keystore.jks
- certificate: gm-liberty-certificate-secret
- credentials: gm-liberty-credentials-secret.