mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Fix protocols matcher text on ssl resource docs
The `protocols` matcher section on the `ssl` resource doc page fell victim to some copy/paste. This change updates the text to the correct description. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
68a930f141
commit
fba3c68281
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ or:
|
|||
|
||||
### protocols
|
||||
|
||||
The `protocols` matcher tests the number of times the named user appears in `/etc/shadow`:
|
||||
The `protocols` matcher tests what protocol versions (SSLv3, TLSv1.1, etc) are enabled:
|
||||
|
||||
its('protocols') { should eq 'ssl2' }
|
||||
|
||||
|
|
Loading…
Reference in a new issue