How to import the certificate into equivalent application server-level truststore

I am building PegaPlatform using Docker Image in an on-premises AWS server environment.

I want to import the certificate into equivalent application server-level truststore.
Could you please tell me the detailed steps?

Because I was unable to access the URL, so I would like to import the certificate into my application by referring to the following article

regards,

@JunyaT27

Follow the steps outlined in pega-helm-charts/docs/Deploying-Pega-on-AKS.md at master · pegasystems/pega-helm-charts · GitHub

@SriHarsha Anika

Thank you for sharing the Pega deployment steps.

I will describe the current problem in some detail.

I tried to create a KeyStore by specifying a Reference to URL, but when I specify the Keystore URL, the following error occurs.
“Failed to get JWK Keys”

Therefore, I would appreciate it if you could tell me in detail the steps to import the root certificate at the application level.

Thank you for your support.

@JunyaT27

I was able to configure TrustStore at the Platform level.
This can be achieved by specifying Keystore as a parameter in the Activity below.
〇Activity
CL:Data-Admin-Security-Certificate
ID:pxAddCertificatesToPlatformTruststore

@JunyaT27

Under docker template files that you have downloaded from git hub you will find below location.

you can use this location to create a new trust store and use the respective JKS in the YAML file.

/pega-master-charts/pega/config/certs/

Bydefault you will have pega certs here which will be used as part of your Domainname SSL..