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

Certificate thumbprint spacing is necessary to get a working listener #3

Open
bmilbauer opened this issue Aug 4, 2016 · 1 comment

Comments

@bmilbauer
Copy link
Contributor

PowerShell returns a certificate thumbprint from WSMan with spaces between each byte. I discovered this broke some of the conditional logic detecting a mismatch in the current cert vs the ideal cert. I then changed the code to trim the spaces between bytes, but on some machines this will break the listener. We need to 1) remove the code that trims the spaces from the thumbprint, and 2) update the conditional logic to trim the spaces back out, but not save the changes to the variable.

@1RedOne
Copy link
Owner

1RedOne commented Aug 4, 2016

After checking in a testlab, the spaces don't matter :) So we can close this issue.

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

No branches or pull requests

2 participants