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
This would allow configurations to be created that would use the xCertificate/xCertReq DSC resource to request the certificate to use from a CA and then the DSC Pull Server could locate and consume the certificate.
At the moment there has to be a semi manual process for getting the certificate onto the DSC Pull Server and assigning the thumbprint.
This would require making the CertificateThumbPrint parameter optional and adding a certificate subject parameter.
- Changes to xDSCWebService
- Added the option to use a certificate based on it's subject and template name
instead of it's thumbprint (issue #205).
- xDSCWebService: Fixed an issue where Test-WebConfigModulesSetting would
return $true when web.config contains a module and the desired state was for
it to be absent (issue #418).
This would allow configurations to be created that would use the xCertificate/xCertReq DSC resource to request the certificate to use from a CA and then the DSC Pull Server could locate and consume the certificate.
At the moment there has to be a semi manual process for getting the certificate onto the DSC Pull Server and assigning the thumbprint.
This would require making the CertificateThumbPrint parameter optional and adding a certificate subject parameter.
This would allow the following configuration (:
The text was updated successfully, but these errors were encountered: