Gary Tully created ARTEMIS-4528:
-----------------------------------
Summary: TLS support PEM format for key and trust store type
Key: ARTEMIS-4528
URL: https://issues.apache.org/jira/browse/ARTEMIS-4528
Project: ActiveMQ Artemis
Issue Type: Improvement
Components: Configuration
Affects Versions: 2.31.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 2.32.0
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>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)