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
No reason to do a custom cert generator when there are tools that already do this. Replace CertPairGenerator with a packaged 3rd party binary.
The text was updated successfully, but these errors were encountered:
Looked at MakeCert, which it's unclear if you can redistribute (http://microsoft.public.dotnet.framework.sdk.narkive.com/GCkNOfQy/legal-to-redistribute-certmgr-exe-and-makecert-exe says no, but other sources say yes).
Tried openssl, but a binary distribution for Windows is complicated to install and requires MinGW
Punting this one until post-release
Sorry, something went wrong.
No branches or pull requests
No reason to do a custom cert generator when there are tools that already do this. Replace CertPairGenerator with a packaged 3rd party binary.
The text was updated successfully, but these errors were encountered: