Create encryption keys using the Java KeyStore keytool
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Edge Encryption
You can use the keytool shipped with the encryption proxy distribution to create AES 128-bit and AES 256-bit encryption keys.
Before you begin
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.
To find out more about the keytool utility, see the Java SE Documentation.
About this task
Note: The Java KeyStore requires that the alias name (key name, key alias) use lowercase
letters and numbers.
Procedure