CertificateDsc
4.2.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
Author(s)
Microsoft Corporation
Copyright
(c) 2018 Microsoft Corporation. All rights reserved.
Package Details
Owners
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
CertificateExport CertificateImport CertReq PfxImport WaitForCertificateServices
Dependencies
This module has no dependencies.
Release Notes
- Added a CODE_OF_CONDUCT.md with the same content as in the README.md - fixes
[Issue 139](https://github.com/PowerShell/CertificateDsc/issues/139).
- Refactored module folder structure to move resource to root folder of
repository and remove test harness - fixes [Issue 142](https://github.com/PowerShell/CertificateDsc/issues/142).
- Updated Examples to support deployment to PowerShell Gallery scripts.
- Correct configuration names in Examples - fixes [Issue 150](https://github.com/PowerShell/CertificateDsc/issues/150).
- Correct filename case of `CertificateDsc.Common.psm1` - fixes [Issue 149](https://github.com/PowerShell/CertificateDsc/issues/149).
- Remove exclusion of all tags in appveyor.yml, so all common tests can be run
if opt-in.
- PfxImport:
- Added requirements to README.MD to specify cryptographic algorithm
support - fixes [Issue 153](https://github.com/PowerShell/CertificateDsc/issues/153).
- Changed Path parameter to be optional to fix error when ensuring certificate
is absent and certificate file does not exist on disk - fixes [Issue 136](https://github.com/PowerShell/CertificateDsc/issues/136).
- Removed ShouldProcess because it is not required by DSC Resources.
- Minor style corrections.
- Changed unit tests to be non-destructive.
- Improved naming and description of example files.
- Added localization string ID suffix for all strings.
- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue 157](https://github.com/PowerShell/CertificateDsc/issues/157).
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\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\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
- Modules\CertificateDsc.ResourceHelper\CertificateDsc.ResourceHelper.psm1
- 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.Integration.Tests.ps1
- Tests\Integration\MSFT_CertificateImport_add.config.ps1
- Tests\Integration\MSFT_CertificateImport_remove.config.ps1
- Tests\Integration\MSFT_CertReq.config.ps1
- Tests\Integration\MSFT_CertReq.Integration.Tests.ps1
- Tests\Integration\MSFT_PfxImport.Integration.Tests.ps1
- Tests\Integration\MSFT_PfxImport_add.config.ps1
- Tests\Integration\MSFT_PfxImport_remove.config.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-previe... | 90 | 12/23/2022 |
5.1.0 | 5,525,525 | 2/26/2021 |
5.1.0-previe... | 39 | 2/23/2021 |
5.1.0-previe... | 44 | 2/19/2021 |
5.0.1-previe... | 43 | 2/11/2021 |
5.0.1-previe... | 51 | 12/31/2020 |
5.0.0 | 87,197 | 10/16/2020 |
5.0.0-previe... | 40 | 8/30/2020 |
5.0.0-previe... | 82 | 7/5/2020 |
5.0.0-previe... | 66 | 5/22/2020 |
5.0.0-previe... | 40 | 5/17/2020 |
5.0.0-previe... | 66 | 4/1/2020 |
4.7.0.0 | 18,582,065 | 6/26/2019 |
4.6.0.0 | 11,328 | 5/15/2019 |
4.5.0.0 | 18,353 | 4/3/2019 |
4.4.0.0 | 36,083 | 2/20/2019 |
4.3.0.0 | 2,510 | 1/10/2019 |
4.2.0.0 (current version) | 6,565 | 9/5/2018 |
4.1.0.0 | 14,150 | 6/13/2018 |
4.0.0.0 | 122,728 | 5/3/2018 |