summaryrefslogtreecommitdiff
path: root/chef-universal-mingw32.gemspec
diff options
context:
space:
mode:
authorNimesh-Msys <nimesh.patni@msystechnologies.com>2019-01-30 15:01:55 +0530
committerNimesh-Msys <nimesh.patni@msystechnologies.com>2019-02-04 23:39:23 +0530
commitb2f4b3daa75141580b45db91106f3ab51848c495 (patch)
treede95931bda1a57fd647012e8f2f0ef1079afae97 /chef-universal-mingw32.gemspec
parent0f4bd34e95111d755b646d85150698626e27fa3d (diff)
downloadchef-b2f4b3daa75141580b45db91106f3ab51848c495.tar.gz
Import PFX certificates with their private keys
- Using `add_pfx` of Win32::Certstore to import a PFX certificate with its thumbprint - Using correct version of `win32-certstore` to support these changes - Added Test cases - Minor cleanup and opimization Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
Diffstat (limited to 'chef-universal-mingw32.gemspec')
-rw-r--r--chef-universal-mingw32.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-universal-mingw32.gemspec b/chef-universal-mingw32.gemspec
index 7e1a9d1551..9bbcbc635d 100644
--- a/chef-universal-mingw32.gemspec
+++ b/chef-universal-mingw32.gemspec
@@ -16,7 +16,7 @@ gemspec.add_dependency "windows-api", "~> 0.4.4"
gemspec.add_dependency "wmi-lite", "~> 1.0"
gemspec.add_dependency "win32-taskscheduler", "~> 2.0"
gemspec.add_dependency "iso8601", "~> 0.12.1"
-gemspec.add_dependency "win32-certstore", ">= 0.1.8"
+gemspec.add_dependency "win32-certstore", "~> 0.2.4"
gemspec.extensions << "ext/win32-eventlog/Rakefile"
gemspec.files += Dir.glob("{distro,ext}/**/*")