Set up a SafeNet KeySecure keystore

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 5분
  • If you are using a SafeNet keystore, copy a set of libraries into the proxy distribution directory.

    시작하기 전에

    Role required: admin

    You must install and set up the SafeNet keystore before performing this step. Secure a license with Thales in order to download the libraries.

    주:
    For IngrianNAE version 8.12, you must also download the commons-collections.jar file

    이 태스크 정보

    주:
    On Linux, file paths use a forward slash (/).

    프로시저

    1. Change to the <installation directory>/conf/ directory, and open the edgeencryption.properties file.
    2. Enter the properties for the SafeNet keystore.
      주:
      You may configure SafeNet keystore using with username/password authentication or client certificate authentication, but not a combination of both.
      An example for a SafeNet keystore using username and password authentication.
      edgeencryption.nae.retries = 3
      edgeencryption.nae.enabled = true
      edgeencryption.nae.server = url
      edgeencryption.nae.port = 9000
      edgeencryption.nae.protocol = ssl
      edgeencryption.nae.keystore.path = keystore/safenet_truststore
      edgeencryption.nae.keystore.password = password
      edgeencryption.nae.user = safenet_user
      edgeencryption.nae.password = safenet_password
      An example for a SafeNet keystore using client certificate authentication. This authentication method eliminates the need to store the SafeNet server username and password in the properties file.
      edgeencryption.nae.retries = 3
      edgeencryption.nae.enabled = true
      edgeencryption.nae.server = url
      edgeencryption.nae.port = 9000
      edgeencryption.nae.protocol = ssl
      edgeencryption.nae.keystore.path = keystore/safenet_clientcert
      edgeencryption.nae.keystore.password = password
      edgeencryption.nae.client.certificate = cert_name
    3. Add or create a key in the SafeNet keystore.
      You add the key name (alias) on the instance when you assign default keys.
    4. Save and close the edgeencryption.properties file.

    Upgrade from Kingston or lower to London or higher

    If you use a SafeNet NAE server for key storage with Edge, before upgrading the proxy from Kingston or lower to London or higher, you must copy Gemalto SafeNet client ProtectApp JAR files and add new properties.

    시작하기 전에

    Role required: admin

    이 태스크 정보

    주:
    On Linux, file paths use a forward slash (/).

    프로시저

    1. Copy the following files from <installation directory>/lib to the <installation directory>/nae directory:
      • commons-collections<version>.jar
      • ingrianlog4j-api-<version>.jar
      • ingrianlog4j-core-<version>.jar
      • ingrianNAE-<version>.jar
    2. On the current version (not upgraded) of the proxy, update the <installation directory>/conf/edgeencryption.properties file by adding the following two properties:
      • edgeencryption.ekm.provider.classname = com.snc.edgeencryption.encryption.CloudEdgeNaeKeyProvider
      • edgeencryption.thirdparty.vendor.library.path = <directory path to the directory where you copied the jar files in step 1>
        주:
        edgeencryption.thirdparty.vendor.library.path for Java 11.
    3. Save the changes.
    4. Proceed with the upgrade to London or higher.