2.3.3 Importing the server certificate
This subsection describes the steps required if the server certificate was issued by non-public authority.
Obtain the server certificate and complete the following steps:
- Organization of this subsection
(1) For Windows (Installer)
-
Run Import Certificate.bat in the Start menu as an administrator.
The command prompt window appears.
-
Enter the path to the certificate in Input certificate file path:.
-
Enter a name (alphanumeric characters only) in Input certificate alias:.
-
You will be asked if you trust the certificate. Enter y.
-
When you see Completed, you are all set.
(2) For Windows (zip)
-
Unzip the zip file and run Import Certificate.bat in the resulting folder.
The command prompt window appears.
-
Enter the path to the certificate in Input certificate file path:.
-
Enter a name (alphanumeric characters only) in Input certificate alias:.
-
You will be asked if you trust the certificate. Enter y.
-
When you see Completed, you are all set.
(3) For macOS
-
Run the following command:
---- /Applications/Data\ Highway\ Client.app/Contents/java/bin/keytool -import -file path-to-the-certificate -alias an-alphanumeric-only-string -keystore /Applications/Data\ Highway\ Client.app /Contents/java/lib/security/cacerts -storepass changeit -trustcacerts ----
-
You will be asked if you trust the certificate. Enter y.