You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Find-Certificate Function from CertificateDsc.Common.psm1 to DscResource.Common was created in the CertificateDsc module under Issue #272. It was determined that this function may also better server other modules that require obtaining references to certificates like SharePointDsc, WebAdministrationDsc, etc.
This function is used to obtain a reference to a certificate(s) by multiple filters, including, but not limited to: FriendlyName, Thumbprint, Issuer, Key Usage, etc.
johlju
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
Apr 6, 2023
Problem description
Move Find-Certificate Function from CertificateDsc.Common.psm1 to DscResource.Common was created in the CertificateDsc module under Issue #272. It was determined that this function may also better server other modules that require obtaining references to certificates like SharePointDsc, WebAdministrationDsc, etc.
This function is used to obtain a reference to a certificate(s) by multiple filters, including, but not limited to: FriendlyName, Thumbprint, Issuer, Key Usage, etc.
Verbose logs
How to reproduce
N/A
Expected behavior
N/A
Current behavior
Suggested solution
Add to DscResource.Common under Public functions; Remove from CertificateDsc after DscResource.Common changes have been merged.
Operating system the target node is running
PowerShell version and build the target node is running
Module version used
The text was updated successfully, but these errors were encountered: