update dx plateform certificate
search cancel

update dx plateform certificate

book

Article ID: 377278

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

We have a wildcard certificate for the DX APM / DX Platform environment URL that is about to expire and we have purchased a new certificate. We would like to know how we can update the certificate.

Resolution

We have a couple of options to configure this.

Option 1:

The certificate should be for the k8s ingresses.
Following steps should help:

Example:
kubectl create secret tls mysecret --key mykey.key --cert mycert.crt

and then edit the required ingresses and update the secret name.

Update the TLS Certificates for Ingresses


Option 2:
Other option is within the installer:

We have option to run
PODMAN_ENABLED=true 
./AIOpsManagement.sh --configureSsl

Just give the required files it will update the ingresses.

If you use the AIOpsMangement.sh script, you would put the new .cer and .key files in the tls_certs/ directory

DX Platform Flags Reference