Problem:
Due to licensing restrictions for some Windows SDK components (makecert.exe is one of these), we cannot simply distribute these to every client for use in rsPullCert resource.
Proposed solution:
Move to a native PowerShell implementation of makecert - New-SelfSignedCertificateEx, which is opensource.
Related code:
https://github.com/rsWinAutomationSupport/rsDSCCert/blob/universal/DSCResources/RS_rsPullCert/RS_rsPullCert.psm1#L31
Problem:
Due to licensing restrictions for some Windows SDK components (makecert.exe is one of these), we cannot simply distribute these to every client for use in rsPullCert resource.
Proposed solution:
Move to a native PowerShell implementation of makecert - New-SelfSignedCertificateEx, which is opensource.
Related code:
https://github.com/rsWinAutomationSupport/rsDSCCert/blob/universal/DSCResources/RS_rsPullCert/RS_rsPullCert.psm1#L31