diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,6 +6,7 @@ See [the technical specification](docs/spec.md) for a more detailed description ## Build Instructions Compilation and Runtime Requirements: + - OpenJDK 12 (OpenJDK 11 has an unfixed bug [1] that prevents the completion of TLS handshakes.) - Apache Maven (tested with Apache Maven 3.6.0) @@ -66,10 +67,8 @@ Here's a quick guide how to set up an Apache 2 service on localhost as a SSL ter The application can be packaged to a web application archive by running the following command: - mvn package - Find the war file in the `target/` folder. ## Deployment |