diff --git a/README.md b/README.md index 75bba33..c3d2605 100644 --- a/README.md +++ b/README.md @@ -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.