Skip to content

Commit 62ac1d5

Browse files
authored
Update README.md
1 parent da04fc5 commit 62ac1d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jssl <operation> [host|file] [options]
2323
: Connect to a host, retrieve its SSL certificate, and install it into the Java keystore.
2424

2525
**file**
26-
: Process a file containing a list of hosts (one per line) to ping or install certificates.
26+
: Process a file containing a list of hosts (one per line) to install certificates.
2727

2828
**list**
2929
: List trusted certificates currently present in the Java keystore installed with jssl.
3030

3131
**uninstall**
32-
: Remove a certificate from the Java keystore, identified by its alias.
32+
: Remove a certificate from the Java keystore, identified by its hostname or alias.
3333

3434
**doctor**
3535
: Read Maven build logs (from stdin) and automatically detect and install missing certificates based on connection errors.
@@ -43,7 +43,7 @@ Run in any terminal. On Windows, use **Git Bash** with administrative privileges
4343

4444
### Via Homebrew
4545
```bash
46-
brew install pmamico/java/jssl
46+
brew install pmamico/keg/jssl
4747
```
4848

4949
## DEMO

0 commit comments

Comments
 (0)