mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Fixes dh_params doc (#2644)
* Fixes dh_params doc Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
parent
6d479db798
commit
2ed473dcbb
1 changed files with 1 additions and 13 deletions
|
@ -25,21 +25,9 @@ A `dh_params` resource block declares a parameter file to be tested.
|
|||
|
||||
<br>
|
||||
|
||||
## Resource Parameter Examples
|
||||
|
||||
### dh_params?
|
||||
|
||||
Verify whether file contains DH parameters:
|
||||
|
||||
describe dh_params('/path/to/file.dh_pem') do
|
||||
it { should be_dh_params }
|
||||
end
|
||||
|
||||
<br>
|
||||
|
||||
## Properties
|
||||
|
||||
generator, modulus, prime_length, pem, text
|
||||
* `generator`, `modulus`, `prime_length`, `pem`, `text`
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in a new issue