summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* fix bad search + replacelcg/openssl-resources-unified-modeLamont Granquist2020-08-031-1/+1
* Update lib/chef/resource/openssl_x509_certificate.rbLamont Granquist2020-08-031-8/+6
* Convert openssl resources to unified_modeLamont Granquist2020-08-031-21/+26
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-14/+11
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* Add examples to various resourcesTim Smith2020-02-121-0/+36
* Check renewall all inlineJulien Huon2020-01-141-2/+1
* Adds introduced to the property renew_before_expiryJulien Huon2020-01-141-1/+2
* Fix : renew the certificate only if renew_before_expiry is set.Julien Huon2019-12-251-23/+30
* Add the capability to automatically renew a certificate with x509_certificate...Julien Huon2019-12-251-2/+6
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-33/+33
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-2/+2
* More resource description updatesTim Smith2018-11-071-1/+1
* Make all Chef 14 preview resources into full resourcesTim Smith2018-10-261-1/+0
* Wire up openssl_x509Tim Smith2018-09-181-1/+1
* openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-311-2/+2
* Cleanup existing property descriptions to match the docsTim Smith2018-08-291-8/+8
* Be more explicit in disabling provides for openssl_x509Tim Smith2018-08-271-1/+1
* Add author / copyrights to the new openssl resourcesTim Smith2018-08-271-0/+2
* Make sure the cookbook properly wins with openssl_x509Tim Smith2018-08-271-1/+1
* Remove mode defaults from x509_certificate / x509_requestTim Smith2018-08-241-4/+3
* Add specs for the x509_cert and x509_request resourcesopenssl_new_stuffTim Smith2018-08-161-2/+2
* Add description fields to the openssl resourcesTim Smith2018-08-151-22/+78
* Set the new resources as preview resources and remove nil user/groupTim Smith2018-08-151-4/+4
* Add new openssl_* resourcesTim Smith2018-08-141-0/+164