Set up a SafeNet KeySecure keystore
If you are using a SafeNet keystore, copy a set of libraries into the proxy distribution directory.
Before you begin
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.
Note: For IngrianNAE version 8.12, you must also download the commons-collections.jar file
About this task
Note: On Linux, file paths use a forward slash (/).
Procedure
Change to the
<installation directory>/conf/directory, and open theedgeencryption.propertiesfile.Enter the properties for the SafeNet keystore.
Note: 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_passwordAn 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_nameAdd or create a key in the SafeNet keystore.
You add the key name (alias) on the instance when you assign default keys.
Save and close the
edgeencryption.propertiesfile.
Parent Topic:Set up a keystore and encryption keys
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.
Before you begin
Role required: admin
About this task
Note: On Linux, file paths use a forward slash (/).
Procedure
Copy the following files from
<installation directory>/libto the<installation directory>/nae directory:commons-collections<version>.jaringrianlog4j-api-<version>.jaringrianlog4j-core-<version>.jaringrianNAE-<version>.jarOn the current version (not upgraded) of the proxy, update the
<installation directory>/conf/edgeencryption.propertiesfile by adding the following two properties:edgeencryption.ekm.provider.classname =
com.snc.edgeencryption.encryption.CloudEdgeNaeKeyProvideredgeencryption.thirdparty.vendor.library.path =
<directory path to the directory where you copied the jar files in step 1>Note: edgeencryption.thirdparty.vendor.library.path for Java 11.
Save the changes.
Proceed with the upgrade to London or higher.