-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding pem certificate support for dotnet 6 or higher (#518)
Adding support for .pem certificates to address [artifacts-keyring issue](microsoft/artifacts-keyring#60). Note this is only targeting .net 6 or greater versions of the cred provider, since the `CreateFromPemFile` is only available in .net 5 or greater. Otherwise, we have to implement reading the pem ourselves. Additional Considerations: - Add certificate passwords for pfx files.
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters