Skip to content

Commit

Permalink
added brew formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
pmamico authored Feb 22, 2023
1 parent e58c7a7 commit 59af8d7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ Install, ping and uninstall certificates in java keystore.

## How to install

Just run:
via homebrew:
```
brew install pmamico/java/jssl
```
or
```
curl -sL https://raw.githubusercontent.com/pmamico/java-ssl-tools/main/install.sh | bash
```
on Windows, use `Git Bash` or bash enabled `Powershell` as system administrator.

on Windows, use `Git Bash` as system administrator.

### Requirements

* `JAVA_HOME` environment
* `openssl`

## Manual
```
jssl v1.2
Expand Down Expand Up @@ -66,3 +64,8 @@ $ jssl <URL> install
| Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
| MacOS | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Windows | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

## Requirements

* `JAVA_HOME` environment
* `openssl`

0 comments on commit 59af8d7

Please sign in to comment.