Skip to content

Fix bug getting default X509 path on windows

Duncan Macleod requested to merge windows-x509-location into master

This PR fixes a bug getting the default X509 path on windows. For some reason I originally coded this up to only work in the old command prompt, so trying to use it on powershell fails without this patch.

Merge request reports