Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.31.0
-
None
Description
managing key and trust store passwords when the credentials are securely stored or managed by other means is a nuisance.
there is a nice PEM keystore provider at: https://github.com/ctron/pem-keystore
This gives us an intuitive way to easily reference a simple cert or key without a password as is the case with jsk or pkcs12
<acceptor name="netty-ssl-acceptor">tcp://localhost:5500?sslEnabled=true;keyStorePath=server-keystore.pem;keyStoreType=PEM</acceptor>
Attachments
Issue Links
- is superceded by
-
ARTEMIS-4710 Keep pem-keystore dependencies as is; make it really optional
- Closed
- links to