Bert Massop
Bert Massop
> Old self-signed certificate generation doesn't always work with Oracle JVM When does it not work? Can we have a unit test for that particular case?
As a side note: really, these methods should be rewritten using [`Files.walkFileTree`](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#walkFileTree-java.nio.file.Path-java.nio.file.FileVisitor-) as in their current shape they will follow symbolic links into directories, which is a frightening idea when...
@torusrxxx kindly stop adding to the scope of this PR - if you want to make other improvements, please use a different branch and file a separate PR. This serves...
> @bertm did you get to have a look at the test tooling by now? This look very well-structured and usable (code-wose) and sufficiently correct (HTTP-wise). I'd wish for all...