mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #1622 from chef/adamleff/ssl-docs-fix
Fix protocols matcher text on ssl resource docs
This commit is contained in:
commit
9c20098603
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