Try OpenEdge Now
skip to main content
Getting Started
Setting Up Secure Communications : Using the keytool utility : Step 4: Importing the signed certificate to the store
 

Step 4: Importing the signed certificate to the store

To add the signed certificate to the store, execute the following command, typing it as one continuous string without including any return characters:
Keytool -import
-alias acme
-file d:\work\acme.cer
-keypass coyote
-keystore d:\work\fathomstore
-storepass roadrunner
The CA needs to be distributed to the clients. You can do this either by loading the CA certificate file manually into the browser, or, upon connecting to the OpenEdge Management Web server the first time, choosing to download and install the CA certificate.