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

Export-Certificate should support exporting to key.pem and cert.pem #7

Closed
glatzert opened this issue Aug 12, 2018 · 1 comment
Closed
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@glatzert
Copy link
Collaborator

Export-Certificate currently only supports exporting pfx, which is okay, but needs additional steps in unix to get key.pem and cert.pem via openssl.

This can probably be implemented in the Export-Certificate cmdlet

@glatzert glatzert added enhancement New feature or request help wanted Extra attention is needed labels Aug 12, 2018
@glatzert
Copy link
Collaborator Author

Workaround on Windows and Unix - use openSSL CLI:
https://stackoverflow.com/questions/15413646/converting-pfx-to-pem-using-openssl

Since I do not want to take dependency on BouncyCastle (event it's great), I'll close this until I see functions in .NET Core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant