'README.md' ändern

This commit is contained in:
Kaisa Marysia 2021-10-29 18:11:01 +02:00
parent 64ed91965a
commit 6279a4670c

View file

@ -39,7 +39,7 @@ Options:
The local file option give you an overview about certificate file. Just use ```sslchecker -f [/path/to/file]```
With the `-h [host]` option you can check the ssl certificate of a remote host, like github.com.
![](https://git.elektrollart.org/Elektroll/sslchecker/blob/main/screenshot.png?raw=true)
![](https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/screenshot.png)
If your application runs on another port number, you may set the port with the `-p [port]` option.
```
@ -49,7 +49,7 @@ sslchecker -h github.com -p 8443
### TLS Ciphers
To get a list of used ciphers of the use the `-c [host]` option.
![](https://git.elektrollart.org/Elektroll/sslchecker/blob/main/screenshot2.png?raw=true)
![](https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/screenshot2.png)
### Update
The update option `-u` will download the script file from github into `/usr/bin/`. If you don't drop the script file into this path, the update option will. You need root priviliges for this.