[
https://issues.apache.org/jira/browse/IGNITE-8871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677650#comment-16677650
]
Nikolay Izhikov commented on IGNITE-8871:
-----------------------------------------
{noformat}
dragon:~/tmp:[]$ java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
dragon:~/tmp:[]$ keytool -genseckey -alias ignite.master.key -keystore
./ignite_keystore.jks -storetype PKCS12 -keyalg aes -storepass mypassw0rd
-keysize 256
dragon:~/tmp:[]$ keytool -storepass mypassw0rd -storetype PKCS12 -keystore
./ignite_keystore.jks -list
Keystore type: PKCS12
Keystore provider: SunJSSE
Your keystore contains 1 entry
ignite.master.key, 07.11.2018, SecretKeyEntry,
{noformat}
After it I check this keystore with {{EncryptedCacheExample.java}}.
It works like a charm
{noformat}
<property name="keyStorePath" value="/home/dragon/tmp/ignite_keystore.jks" />
<!-- Password to access to keystore file. -->
<property name="keyStorePassword" value="mypassw0rd" />
{noformat}
> TDE - Phase-1. Documentation
> ----------------------------
>
> Key: IGNITE-8871
> URL: https://issues.apache.org/jira/browse/IGNITE-8871
> Project: Ignite
> Issue Type: Sub-task
> Components: documentation
> Affects Versions: 2.5
> Reporter: Nikolay Izhikov
> Assignee: Nikolay Izhikov
> Priority: Major
> Labels: documentation
> Fix For: 2.7
>
>
> TDE feature should be documented.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)