File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jssl <operation> [host|file] [options]
23
23
: Connect to a host, retrieve its SSL certificate, and install it into the Java keystore.
24
24
25
25
** 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.
27
27
28
28
** list**
29
29
: List trusted certificates currently present in the Java keystore installed with jssl.
30
30
31
31
** 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.
33
33
34
34
** doctor**
35
35
: 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
43
43
44
44
### Via Homebrew
45
45
``` bash
46
- brew install pmamico/java /jssl
46
+ brew install pmamico/keg /jssl
47
47
```
48
48
49
49
## DEMO
You can’t perform that action at this time.
0 commit comments