Import certificate into Java cacerts keystore

From this page of the docs:

Work with IT to obtain a certificate from the AD server. This certificate must be added to the data/certificates/supplemental directory and then imported into the Java cacerts keystore.

Is there anywhere I can find more information about the "import into cacerts keystore?" Online information I've found seems to assume an installed JDK/JRE. Is there a different process for Ignition's embedded JDK?

In Ignition 8.x you just need to add them to the supplemental certs dir and it gets imported for you: Security Certificates | Ignition User Manual

2 Likes

Excellent. Thank you!