Skip to content

Releases: andreburgaud/jssl-server

JSSL Server 0.9.0

14 Oct 04:53
7c9cc69
Compare
Choose a tag to compare
  • Upgraded to GraalVM 21, Gradle 8.4, UPX 4.1.0

JSSL Server 0.8.1

20 Jul 05:20
d20efde
Compare
Choose a tag to compare
  • Fixed display of port when server port set at the command line
  • Simplified display of version

JSSL Server 0.8.0

16 Jul 05:12
41a5ef5
Compare
Choose a tag to compare
  • Added options to build natively on systems other than Linux

JSSL Server 0.7.0

15 Jul 19:04
dd015b9
Compare
Choose a tag to compare
  • Added new options: --version, --keystore, and --password.
  • With options --keystore and --password, you can use your keystore file and password for the SSL server,
  • Find the keystore either in the directory the server is started, the directory where the executable is located, or in the path provided at the command line (--keystore).
  • The keystore is generated during the build of the Docker image (Dockerfile) and not provided in the source code repository.
  • For an easy experience on Linux, to use the native image executable attached to this release, both the executable and the keystore files need to be copied into a directory in your PATH (as an alternative, you can also provide your keystore and use the corresponding CLI options).

JSSL Server 0.3.0

04 Jul 16:24
a9a1933
Compare
Choose a tag to compare
  • Refactored docker build
  • Generate a Linux x86-64 native executable