Skip to content

Releases: pmamico/jssl

v2.2 (doctor)

15 Apr 19:07

Choose a tag to compare

  • doctor operation
  • more friendly usage

v2.1

14 Apr 23:05

Choose a tag to compare

The jssl command structure has been updated to:
jssl <operation> [host]

v2.0

28 Mar 17:11

Choose a tag to compare

  • enhanced usage
  • better UI
  • Docker support
  • bash and fish completions

v1.5

28 Mar 15:58

Choose a tag to compare

  • fixed a bug on windows+java1.8 (missing sudo)

v1.4 (--list)

09 Aug 13:51
ccaa079

Choose a tag to compare

  • newly installed certificates has the default jssl_ prefixed alias names
  • added --list and -l option to list all certificates with jssl_ prefix (aka all jssl installed certificates)
❯ jssl example.com install
Installing cert for openjdk version "21.0.3" 2024-04-16 LTS
keytool: /Users/pappmico/Library/Java/JavaVirtualMachines/corretto-21.0.3/Contents/Home/bin/keytool
Certificate was added to keystore

❯ jssl --list
Alias name: jssl_example.com
Creation date: 2024. aug. 9.
Entry type: trustedCertEntry

v1.3

14 Nov 13:54

Choose a tag to compare

Bugfix for windows with java 8.

v1.2

13 Feb 15:32
528b39a

Choose a tag to compare

Added java 8 support.

v1.1

17 Jul 17:22

Choose a tag to compare

  • jssl <url> <operation>
  • operations supported: ping, install, uninstall
  • --alias <arg> option for install and uninstall operations