PSCertificateEnrollment
PSCertificateEnrollment copied to clipboard
Support Certificate FriendlyName?
This project is awesome! Reviewing the code, it doesn't look like this currently supports adding a FriendlyName to the Certificate. Assuming that is the case, then I think that I have an idea to support this that involves a simple change.
and I am mostly new to the world of git and contributing. i have this work staged locally, but cannot push to create a feature branch or a pull request. Anyways, let me know what you think, ok? thanks!
Hello, thanks for your feedback. Shall we exchange about your contribution via e-mail maybe?
Sure that works! Thanks Sleepw4lker!
Emailed my proposed changes to you earlier this week. Let me know what you think and if it is worth adding it to the module. Thanks!
Would be great to have friendly name!
Hey, I've just been playing with this and while the code for FriendlyName is present in the repo, it hasn't been released to PSGallery. It's only accessible here.
Hi, didn't publish to PS Gallery yet as it I'm still working on finalization. It's a side project for me, so please be patient ;). Cheers
Oh I get that I've got a project or two that's far deader than this one. I just wanted to make sure you'd realized you hadn't pushed it to PSGallery. Eitehr way, we can workaround it by just doing
(gi Cert:\CurrentUser\My\$($response.Certificate.Thumbprint)).FriendlyName = 'this is a friendlyname' where $response is the return value of Get-IssuedCertificate.