To import a certificate into the OpenEdge certificate store, use the
certutil utility provided by OpenEdge, with the
-import option:
1. Open a Proenv environment
2. For a certificate in the PEM format:
certutil -import <filename>
OR
certutil -format PEM -import <filename>
3. For a certificate in the DER format:
certutil -format DER -import <filename>
4. Optionally, add the -verbose or -brief option as the first option after "certutil" to display more or less information about the command execution. "-brief" is the default.
Note: If you want to install certificates on a client networking PC without using certutil, manually copy the certs folder after installing it on to the client's PC. But ensure OpenEdge versions to be same on both PC's.