Create an encryption key stored in a file
You can use a simple text file as a keystore. Each file holds a single encryption key.
Before you begin
Role required: admin
About this task
This step creates both the key storage and the encryption key.
Note: The name of the key file must match the key alias specified in the encryption keys table in the instance. See Configure encryption keys on the instance.
Procedure
Create a file in the
/keysfolder of the proxy server installation directory.Add the encryption key to the file.
| AES 128 | Place the encryption key, exactly 16 bytes, into the file. |
| AES 256 | Place the encryption key, exactly 32 bytes, into the file. |
Update the
edgeencryption.propertiesfile.Change to the
<installation directory>/conf/directory.Open the
edgeencryption.propertiesfile.Enter the properties for the file store.
Save and close the file.
Parent Topic:Set up a keystore and encryption keys