summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_crl.rb
Commit message (Collapse)AuthorAgeFilesLines
* openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-311-1/+1
| | | | | | | | We allowed String, nil, which is a legacy thing that's not longer necessary. Just make these String. This syncs all the properties with what I just pushed up to the docs site. It cleans up some wording around owner/group properties and fixes typos. Signed-off-by: Tim Smith <tsmith@chef.io>
* Cleanup existing property descriptions to match the docsTim Smith2018-08-291-1/+1
| | | | | | We fixed up some wording on the docs site. This backports those fixes Signed-off-by: Tim Smith <tsmith@chef.io>
* Add author / copyrights to the new openssl resourcesTim Smith2018-08-271-0/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Properly describe what a CRL isTim Smith2018-08-271-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add openssl_x509_crl resourceTim Smith2018-08-241-0/+130
This is another great resource added to the openssl cookbook by @juju482 at Institut National de l'Audiovisuel Signed-off-by: Tim Smith <tsmith@chef.io>