Skip to content
New issue

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

Windows Certificate installs certs in wrong place for PFX #622

Open
xorima opened this issue Mar 3, 2020 · 2 comments
Open

Windows Certificate installs certs in wrong place for PFX #622

xorima opened this issue Mar 3, 2020 · 2 comments

Comments

@xorima
Copy link
Contributor

xorima commented Mar 3, 2020

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:

windows_certificate 'chef.io.pfx' do
  store_name      'My'
  pfx_password    'ChefCookingUp'
end

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.

@tas50
Copy link
Contributor

tas50 commented Mar 3, 2020

@xorima If you can reproduce this on 15.8 I'll move this into the chef/chef repo and we can work it there.

@xorima
Copy link
Contributor Author

xorima commented Mar 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants