summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve heredoc readbility with indentsheredoc_indentTim Smith2021-09-281-19/+19
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-1/+1
* properly add/remove pfx and private keys, changed output for all fetch comman...John McCrae2021-04-231-66/+208
* Move action description updatesTim Smith2021-02-041-6/+3
* Move more descriptions to the new formatTim Smith2021-02-041-8/+3
* Updated chef to use the CurrentUser certificate store. Previously it only use...Tim Smith2021-02-041-17/+47
* Merge pull request #10794 from chef/cleanup-windows-cert-testsTim Smith2020-12-291-11/+1
|\
| * Avoid a shell_out call and just use File.binread.Pete Higgins2020-12-291-11/+1
* | Fix escaping in doc string.Pete Higgins2020-12-291-1/+1
|/
* introduced addeddheerajd-msys2020-12-091-1/+2
* fix review and test case addeddheerajd-msys2020-12-081-4/+5
* add exportable option to pfx certificatedheerajd-msys2020-12-071-1/+5
* convert most internal powershell_out to powershell_execmwrock2020-10-281-5/+5
* Minor updates for documentation generationTim Smith2020-10-151-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* use autoloading for many required gemsmwrock2020-09-081-2/+4
* Convert windows custom resources to unified_modeLamont Granquist2020-08-041-0/+2
* Improve resource documentationTim Smith2020-06-151-1/+1
* Add more resource docs + improve yaml generationresource_docsTim Smith2020-06-051-0/+26
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-1/+1
* 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
* Fix windows_certificate functional tests under buildkiteKapil/GitHub-9435_Fix_windows_certificate_functional_tests_under_buildkiteKapil Chouhan2020-03-091-1/+0
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* Cookstyle fixes for our resourcesTim Smith2020-02-261-1/+0
* lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-051-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-11/+11
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Adding support to import nested certificates through PFX certificateNimesh-Msys2019-02-271-1/+6
* windows_certificate: Import root/nested certificates while importing P7B cert...Nimesh-Msys2019-02-251-17/+30
* Fetching OpenSSL::X509::Certificate object without shell interactions.Nimesh-Msys2019-02-171-37/+34
* Minor fixes as per the review comments.Nimesh-Msys2019-02-131-17/+20
* Windows Certificate: Add support to import Base 64 encoded CER certificatesNimesh-Msys2019-02-121-1/+8
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* Import PFX certificates with their private keysNimesh-Msys2019-02-041-17/+27
* Review comment fixesNimesh-Msys2019-01-241-8/+16
* Maintaining idempotency in windows_certificate resourceNimesh-Msys2019-01-241-3/+19
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-3/+3
* Merge pull request #8000 from MsysTechnologiesllc/vasundhara/MSYS-936_Fix_fo_...Tim Smith2018-12-191-3/+6
|\
| * MSYS-936 Fix for windows certificate delete action fails if certificate doesn...vasu11052018-12-191-3/+6
* | Fix for pfx_password validationdheerajd-msys2018-12-051-1/+1
|/
* Replace usage of win_friendly_path helper in windows_certificatewin_friendly_pathTim Smith2018-11-131-1/+2