Maurice Betzel

Results 12 comments of Maurice Betzel

Solution sofar: ` CommandLine getExecutablePath(String executable, Map enviro, File dir) { File execFile = new File(executable); String exec = null; if (execFile.isFile()) { getLog().debug("'executable' parameter is set to " +...

Take a look at the [faq](https://akman.github.io/jpackage-maven-plugin/faq.html) for setting up the right Params.

Last commit added the filter propagation to the service calling part and I added some more context into the listing of the remote services. The instance on the bottom is...

You just given me the second best Christmas present today Simone: ``` 2022-12-24T12:23:22,160 | DEBUG | pipe-acme:request | ActionRequest | 231 - eu.abeel.platform.security.acme.command - 1.0.0 | Triggering request certificate 2022-12-24T12:23:22,187...

I tried to find documentation about how to write Jetty Connections and Factories but to no avail. Do you have some pointers maybe?

And what is the best way to monitor the reload of the key-store, some life cycle event, create my own key-store scanner, or is there something more specific?

Thanks for formatting my log entries and the documentation. I did not need to wrap the javax.net.ssl.KeyManager jet, using openjdk version 1.8.0_322, still having to test against Lets Encrypt staging...

Just tested in production against the Let’s Encrypt main URL and everything is working as expected. So the KeyManager from this Java version behaves. Could this be related to the...

@sbordet I did debug this part and it chooses the certificate alias by SNI without probs with the challenge and a valid key-pair in the store on a renew. I...

I use acme4j, latest version, and it uses acme.invalid internally which resolves against Lets Encrypt and the Pebble test server. I just dropped in some other key-pairs and certificates in...