We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.0.1
14
Windows 2016
Install a PFX certificate with key into LocalMachine\My
windows_certificate 'chef.io.pfx' do store_name 'My' pfx_password 'ChefCookingUp' end
Only the PFX certificate is installed in the 'My' store
The PFX certificate with all bundled certificates are installed into the 'My' Store.
The text was updated successfully, but these errors were encountered:
@xorima If you can reproduce this on 15.8 I'll move this into the chef/chef repo and we can work it there.
Sorry, something went wrong.
Hey @tas50
Validated as same behaviour on latest chef 15.
I think ideally this should be a flag to give people the option of doing this ...
Thanks
No branches or pull requests
Cookbook version
6.0.1
Chef-client version
14
Platform Details
Windows 2016
Scenario:
Install a PFX certificate with key into LocalMachine\My
Steps to Reproduce:
Expected Result:
Only the PFX certificate is installed in the 'My' store
Actual Result:
The PFX certificate with all bundled certificates are installed into the 'My' Store.
The text was updated successfully, but these errors were encountered: