]
Bela Ban commented on JGRP-2151:
--------------------------------
Done, on master and 3.6 branches. Needs to be tested, e.g. with a cert created by
openssl.
SYM_ENCRYPT: allow other keystore types besides JCEKS
-----------------------------------------------------
Key: JGRP-2151
URL:
https://issues.jboss.org/browse/JGRP-2151
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0, 3.6.13
Currently SYM_ENCRYPT accepts only keystores of type JCEKS. Other types such as JKS or
PKCS12 are not permitted.
Solution: add an attribute keystore_type to SYM_ENCRYPT, which will allow for other
keystore types to be used.
E.g. keystore_type="PKCS12" means that an external certificate generated by
openssl will be usable.