Set up a Java KeyStore keystore

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • You can use a Java KeyStore keystore to store encryption keys.

    Vorbereitungen

    Role required: admin

    You must use the Java 1.8 version of the keytool utility. A copy of the utility can be found in <proxy install dir>/java/jre/bin/keytool.

    Warum und wann dieser Vorgang ausgeführt wird

    The Edge Encryption proxy ships with the Java JCEKS KeyStore file named keystore.jceks in the keystore directory. This keystore file contains the ServiceNow public key used to validate encryption rules signed by ServiceNow.

    Prozedur

    1. Set up the keystore properties.
      1. Change to the <installation directory>/conf/ directory.
      2. Open the edgeencryption.properties file.
      3. Enter the properties for the Java KeyStore.
    2. Save and close the edgeencryption.properties file.

    Nächste Maßnahme

    After setting up the Java KeyStore, Create encryption keys using the Java KeyStore keytool.