summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_ec_public_key.rb
Commit message (Collapse)AuthorAgeFilesLines
* More resource description updatesTim Smith2018-11-071-1/+1
| | | | | | Better descriptions for many name properties and copy edits from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update description fields from the docs siteTim Smith2018-10-301-2/+2
| | | | | | Minor syncs from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-311-2/+2
| | | | | | | | 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-3/+3
| | | | | | We fixed up some wording on the docs site. This backports those fixes Signed-off-by: Tim Smith <tsmith@chef.io>
* Update descriptions for the EC curve resourcesTim Smith2018-08-271-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add description fields to the openssl resourcesTim Smith2018-08-151-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Set the new resources as preview resources and remove nil user/groupTim Smith2018-08-151-3/+3
| | | | | | No need for allowing nil here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the helper methods to the libraryTim Smith2018-08-141-2/+2
| | | | | | Also use ::OpenSSL in a few other places. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add new openssl_* resourcesTim Smith2018-08-141-0/+74
openssl_ec_private_key openssl_ec_public_key openssl_x509_certificate openssl_x509_request Signed-off-by: Tim Smith <tsmith@chef.io>