Skip to content

Commit

Permalink
docs: add a bit about testssl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Jan 16, 2024
1 parent 180d529 commit 22037f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ dXNlcm5hbWU=
cGFzc3dvcmQ=
235 2.7.0 Authentication successful
```
### Test SSL
* The `testssl.sh` can run a set of SSL/TLS tests against a server. A Docker [image](https://hub.docker.com/r/drwetter/testssl.sh) is available
* The simpe run is `docker run --rm -ti drwetter/testssl.sh <host>[:<port>]`

## OpenSSL Timer
* OpenSSL also provides an option to time SSL connections for a server: `openssl s_time -connect <host>:<port>`

Expand Down

0 comments on commit 22037f9

Please # to comment.