[
https://issues.apache.org/jira/browse/ARTEMIS-4528?focusedWorklogId=894662&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-894662
]
ASF GitHub Bot logged work on ARTEMIS-4528:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Dec/23 10:24
Start Date: 08/Dec/23 10:24
Worklog Time Spent: 10m
Work Description: gtully commented on code in PR #4706:
URL: https://github.com/apache/activemq-artemis/pull/4706#discussion_r1420238748
##########
artemis-core-client-osgi/pom.xml:
##########
@@ -74,6 +74,7 @@
<Embed-Dependency>*;scope=compile|runtime;groupId=org.apache.activemq</Embed-Dependency>
<Import-Package>
org.glassfish.json*;resolution:=optional,
+ de.dentrassi.crypto.pem;resolution:=optional,
Review Comment:
I want the broker and broker client to be able to work out of the box with
out additional deps when the PEM type is configured. In karaf container land,
it is java focused so the need for raw pem may never arise. If the features
need to be updated in the future we can wrap the dependencies etc, at the
moment there are no osgi bundles in central.
Issue Time Tracking
-------------------
Worklog Id: (was: 894662)
Time Spent: 2h 40m (was: 2.5h)
> 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
> Priority: Major
> Fix For: 2.32.0
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> 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)