summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_certificate.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove preview resource from windows_certificate & windows_shareTim Smith2018-10-301-1/+0
* Update the introduced field to be 14.7Tim Smith2018-10-301-1/+1
* Auto mark windows_certificate as sensitive if a password is setTim Smith2018-10-301-0/+6
* Description fixes from reviewTim Smith2018-10-291-1/+1
* Add windows_certificate and windows_share resourcesTim Smith2018-10-291-0/+263