Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the following on the server hosting the Costos Server

Code Block
"%JAVA_HOME%\bin\keytool" -import -alias %ALIAS% -keystore "%JAVA_HOME%\jre\lib\security\cacerts" -file %CERT_FILE%
If the above command asks you for a password the default is 'changeit' without the quotes

Restart the CostOS server

Deleting

...

the Certificate from CostOS Server

On the following commands

  • %COSTOS% is the installation folder of Costos Server
  • %JAVA_HOME% is the %COSTOS%\jdk\ folder or %COSTOS%\Rjre\ depending on the version
  • %ALIAS% is an alias that you can choose of your own
  • %CERT_FILE% is the full path to the certificate you have extracted from the first part

Run the following on the server hosting the Costos Server

Code Block
"%JAVA_HOME%\bin\keytool" -delete -alias %ALIAS% -keystore "%JAVA_HOME%\jre\lib\security\cacerts"
 Restart the CostOS server

Content by Label
showLabelsfalse
max5
spacesCOST8
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("ldap","server","activedirectory","ssl") and type = "page" and space = "COST8"
labelsssl ldap activedirectory server

...