jbertram commented on code in PR #4736: URL: https://github.com/apache/activemq-artemis/pull/4736#discussion_r1447649054
########## 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: What is this `PEMCFG` keystore type? I don't see it documented anywhere? Is this something a user would use? -- 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