Skip to content

Support loading public-only PEM X.509 certificates #43907

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

Merged
merged 2 commits into from
Oct 29, 2020

Conversation

vcsjones
Copy link
Member

Create an overload of CreateFromFile that accepts just the PEM-encoded X.509 certificate that does not contain a private key.

Closes #43590

Create an overload of CreateFromFile that accepts just the PEM-encoded
X.509 certificate that does not contain a private key.
@Dotnet-GitSync-Bot
Copy link
Collaborator

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Oct 27, 2020

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @jeffhandley
See info in area-owners.md if you want to be subscribed.

@vcsjones
Copy link
Member Author

Failures look unrelated.

@bartonjs bartonjs merged commit 06141c3 into dotnet:master Oct 29, 2020
@vcsjones vcsjones deleted the 43590-impl branch October 29, 2020 18:45
@ghost ghost locked as resolved and limited conversation to collaborators Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add easy way to create a certificate from just a cert-PEM
3 participants