gtully commented on code in PR #4736: URL: https://github.com/apache/activemq-artemis/pull/4736#discussion_r1447681265
########## artemis-web/src/test/java/org/apache/activemq/cli/test/WebServerComponentTest.java: ########## @@ -338,6 +345,21 @@ public void simpleSecureServer() throws Exception { Assert.assertFalse(webServerComponent.isStarted()); } + @Test + public void testStoreTypeConfigAndProviderRegistration() throws Exception { + + BindingDTO bindingDTO = new BindingDTO(); + bindingDTO.setKeyStorePath(PEM_KEY_STORE_PATH); + bindingDTO.setKeyStoreType("PEMCFG"); Review Comment: It is a convience when cert and private key are in two separate pem files. The path is to a property file that references both. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org