mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 21:01:16 +01:00
Update description
* tar.gz is now from testssl.sh * git clone refers to 3.0 instead of 3.1dev
This commit is contained in:
parent
5df1a2e7b9
commit
6ffbf1bfa4
@ -34,13 +34,13 @@ docker run --rm -t mytestssl -p --header example.com
|
|||||||
|
|
||||||
### From dockerhub
|
### From dockerhub
|
||||||
|
|
||||||
You can pull the image from dockerhub and run:
|
You can pull the image from dockerhub and e.g run:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -t drwetter/testssl.sh:3.0 --fs example.com
|
docker run --rm -t drwetter/testssl.sh:3.0 --protocols --server-preference example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Other tags supported are: ``3.1dev`` and ``latest``. They the same, i.e. the rolling release. ``3.0`` is the latest stable version from git which might have a few improvements (see git log) over the released 3.0.X.
|
Other tags supported are: ``3.1dev`` and ``latest``. They are the same, i.e. the rolling release. ``3.0`` is the latest stable version from git which might have a few improvements (see git log) over the released 3.0.X.
|
||||||
|
|
||||||
``docker run --rm -t drwetter/testssl.sh:3.0 example.com``.
|
``docker run --rm -t drwetter/testssl.sh:3.0 example.com``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user