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

PfxImport: Add Ability to set the friendly name for the certificate #194

Closed
shcrist opened this issue May 2, 2019 · 0 comments · Fixed by #203
Closed

PfxImport: Add Ability to set the friendly name for the certificate #194

shcrist opened this issue May 2, 2019 · 0 comments · Fixed by #203
Assignees
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.

Comments

@shcrist
Copy link

shcrist commented May 2, 2019

Description

Add a property to set the friendly name for a certificate imported from a pfx file.

Proposed properties

FriendlyName String

Special considerations or limitations

Looking for functionality that would be equivalent to the following PowerShell command:

(Get-ChildItem -Path Cert:\LocalMachine\My\97CB2928C7AC163A750BF16CF1D2CF1A3DDAAA8E).FriendlyName = 'New Cert Name'

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels May 3, 2019
@SteveL-MSFT SteveL-MSFT added this to Help Wanted in powershell/dscresources May 14, 2019
@PlagueHO PlagueHO self-assigned this May 25, 2019
@PlagueHO PlagueHO added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels May 25, 2019
PlagueHO added a commit that referenced this issue Jun 7, 2019
Added FriendlyName parameter to ImportCertificate and ImportPfx - Fixes #194
@SteveL-MSFT SteveL-MSFT removed this from Help Wanted in powershell/dscresources Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants