A user has an X.509 certificate file (such as a .pfx, .p12, or .cer) containing a full chain and needs to "break it down" into separate files—Root CA, Intermediate CA, and Leaf/Server certificate—to manually upload them or import them into a Java truststore (cacerts).
Workload Automation DE: 12.2 or above
Import the Root CA first and give it a unique alias (e.g., root-ca).
Follow the same steps as above for Intermediate and then Leaf (server) certificate. Note: The alias for each certificate must be unique, use any name.
Once all certificates are imported, you can verify the contents of the keystore to ensure the chain is complete and the leaf certificate is properly associated with the private key.