Update example custom cache configuration for v>21 (#17289)
Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com> Closes #20550
This commit is contained in:
parent
72b238fb48
commit
6598bb043b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ For more details, see https://infinispan.org/docs/stable/titles/server/server.ht
|
|||
<SSL_KEY_EXCHANGE keystore_name="server.jks"
|
||||
keystore_password="password"
|
||||
stack.combine="INSERT_AFTER"
|
||||
stack.position="VERIFY_SUSPECT"/>
|
||||
stack.position="VERIFY_SUSPECT2"/>
|
||||
<ASYM_ENCRYPT asym_keylength="2048"
|
||||
asym_algorithm="RSA"
|
||||
change_key_on_coord_leave = "false"
|
||||
|
|
Loading…
Reference in a new issue