From 6279a4670c8eca51705eb38df1a0a0dbf97145dd Mon Sep 17 00:00:00 2001 From: Elektroll Date: Fri, 29 Oct 2021 18:11:01 +0200 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.