CertificateDsc
4.7.0.0
This module includes DSC resources that simplify administration of certificates on a Windows Server
Minimum PowerShell version
4.0
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2018 Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft Corporation
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
CertificateExport CertificateImport CertReq PfxImport WaitForCertificateServices
Dependencies
This module has no dependencies.
Release Notes
- Opted into Common Tests "Common Tests - Validate Localization" -
fixes [Issue 195](https://github.com/PowerShell/CertificateDsc/issues/195).
- Combined all `CertificateDsc.ResourceHelper` module functions into
`CertificateDsc.Common` module and renamed to `CertificateDsc.CommonHelper`
module.
- CertReq:
- Fix error when ProviderName parameter is not encapsulated in
double quotes - fixes [Issue 185](https://github.com/PowerShell/CertificateDsc/issues/185).
- Refactor integration tests to update to latest standards.
- Refactor unit tests to update to latest standards.
- CertificateImport:
- Refactor to use common functions and share more code with `PfxImport`
resource.
- Resource will now only throw an exception if the PFX file does not exist
and it needs to be imported.
- Removed file existence check from `Path` parameter to enable the resource
to remove a certificate from the store without the need to have the
access to the certificate file.
- Removed ShouldProcess because it is not required by DSC Resources.
- CertificatePfx:
- Refactor to use common functions and share more code with
`CertificateImport` resource.
- Resource will now only throw an exception if the certificate file does
not exist and it needs to be imported.
- CertificateImport:
- Added `FriendlyName` parameter to allow setting the certificate friendly
name of the imported certificate - fixes [Issue 194](https://github.com/PowerShell/CertificateDsc/issues/194).
- CertificatePfx:
- Added `FriendlyName` parameter to allow setting the certificate friendly
name of the imported certificate - fixes [Issue 194](https://github.com/PowerShell/CertificateDsc/issues/194).
FileList
- CertificateDsc.nuspec
- CertificateDsc.psd1
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE
- README.md
- DSCResources\MSFT_CertificateExport\MSFT_CertificateExport.psm1
- DSCResources\MSFT_CertificateExport\MSFT_CertificateExport.schema.mof
- DSCResources\MSFT_CertificateExport\README.md
- DSCResources\MSFT_CertificateExport\en-US\MSFT_CertificateExport.strings.psd1
- DSCResources\MSFT_CertificateImport\MSFT_CertificateImport.psm1
- DSCResources\MSFT_CertificateImport\MSFT_CertificateImport.schema.mof
- DSCResources\MSFT_CertificateImport\README.md
- DSCResources\MSFT_CertificateImport\en-US\MSFT_CertificateImport.strings.psd1
- DSCResources\MSFT_CertReq\MSFT_CertReq.psm1
- DSCResources\MSFT_CertReq\MSFT_CertReq.schema.mof
- DSCResources\MSFT_CertReq\README.md
- DSCResources\MSFT_CertReq\en-US\MSFT_CertReq.strings.psd1
- DSCResources\MSFT_PfxImport\MSFT_PfxImport.psm1
- DSCResources\MSFT_PfxImport\MSFT_PfxImport.schema.mof
- DSCResources\MSFT_PfxImport\README.md
- DSCResources\MSFT_PfxImport\en-US\MSFT_PfxImport.strings.psd1
- DSCResources\MSFT_WaitForCertificateServices\MSFT_WaitForCertificateServices.psm1
- DSCResources\MSFT_WaitForCertificateServices\MSFT_WaitForCertificateServices.schema.mof
- DSCResources\MSFT_WaitForCertificateServices\README.md
- DSCResources\MSFT_WaitForCertificateServices\en-US\MSFT_WaitForCertificateServices.strings.psd1
- Examples\Resources\CertificateExport\1-CertificateExport_CertByFriendlyName_Config.ps1
- Examples\Resources\CertificateExport\2-CertificateExport_PfxByFriendlyName_Config.ps1
- Examples\Resources\CertificateImport\1-CertificateImport_MinimalUsage_Config.ps1
- Examples\Resources\CertificateImport\2-CertificateImport_FriendlyName_Config.ps1
- Examples\Resources\CertReq\1-CertReq_RequestAltSSLCert_Config.ps1
- Examples\Resources\CertReq\2-CertReq_RequestSSLCert_Config.ps1
- Examples\Resources\PfxImport\1-PfxImport_InstallPFXForWebSite_Config.ps1
- Examples\Resources\PfxImport\2-PfxImport_InstallPFX_Config.ps1
- Examples\Resources\PfxImport\3-PfxImport_RemovePFX_Config.ps1
- Examples\Resources\PfxImport\4-PfxImport_FriendlyName_Config.ps1
- Examples\Resources\WaitForCertificateServices\1-WaitForCertificateServices_RequestSSLCertWithWait_Config.ps1
- Modules\CertificateDsc.Common\CertificateDsc.Common.psm1
- Modules\CertificateDsc.Common\en-US\CertificateDsc.Common.strings.psd1
- Modules\CertificateDsc.PDT\CertificateDsc.PDT.psm1
- Modules\CertificateDsc.PDT\en-US\CertificateDsc.PDT.strings.psd1
- Tests\Integration\CertificateDsc.Common.Tests.ps1
- Tests\Integration\ModuleConflict.Tests.ps1
- Tests\Integration\MSFT_CertificateExport.config.ps1
- Tests\Integration\MSFT_CertificateExport.Integration.Tests.ps1
- Tests\Integration\MSFT_CertificateImport.config.ps1
- Tests\Integration\MSFT_CertificateImport.Integration.Tests.ps1
- Tests\Integration\MSFT_CertReq.config.ps1
- Tests\Integration\MSFT_CertReq.Integration.Tests.ps1
- Tests\Integration\MSFT_PfxImport.config.ps1
- Tests\Integration\MSFT_PfxImport.Integration.Tests.ps1
- Tests\Integration\MSFT_WaitForCertificateServices.config.ps1
- Tests\Integration\MSFT_WaitForCertificateServices.Integration.Tests.ps1
- Tests\TestHelpers\CommonTestHelper.psm1
- Tests\Unit\CertificateDsc.Common.Tests.ps1
- Tests\Unit\MSFT_CertificateExport.Tests.ps1
- Tests\Unit\MSFT_CertificateImport.Tests.ps1
- Tests\Unit\MSFT_CertReq.Tests.ps1
- Tests\Unit\MSFT_PfxImport.Tests.ps1
- Tests\Unit\MSFT_WaitForCertificateServices.Tests.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 7,244 | 10/5/2024 |
6.0.0-previe... | 75 | 6/14/2024 |
6.0.0-previe... | 308 | 12/23/2022 |
5.1.0 | 6,391,937 | 2/26/2021 |
5.1.0-previe... | 46 | 2/23/2021 |
5.1.0-previe... | 51 | 2/19/2021 |
5.0.1-previe... | 50 | 2/11/2021 |
5.0.1-previe... | 58 | 12/31/2020 |
5.0.0 | 105,121 | 10/16/2020 |
5.0.0-previe... | 47 | 8/30/2020 |
5.0.0-previe... | 89 | 7/5/2020 |
5.0.0-previe... | 74 | 5/22/2020 |
5.0.0-previe... | 48 | 5/17/2020 |
5.0.0-previe... | 74 | 4/1/2020 |
4.7.0.0 (current version) | 18,583,872 | 6/26/2019 |
4.6.0.0 | 11,976 | 5/15/2019 |
4.5.0.0 | 18,367 | 4/3/2019 |
4.4.0.0 | 36,096 | 2/20/2019 |
4.3.0.0 | 2,583 | 1/10/2019 |
4.2.0.0 | 6,591 | 9/5/2018 |
4.1.0.0 | 14,163 | 6/13/2018 |
4.0.0.0 | 122,744 | 5/3/2018 |