https://github.com/dsccommunity/certificatedsc
DSC resources to simplify administration of certificates on a Windows Server.
https://github.com/dsccommunity/certificatedsc
certificate dsc dsc-resources pki powershell-dsc
Last synced: 6 months ago
JSON representation
DSC resources to simplify administration of certificates on a Windows Server.
- Host: GitHub
- URL: https://github.com/dsccommunity/certificatedsc
- Owner: dsccommunity
- License: mit
- Created: 2015-04-21T01:39:50.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T16:27:44.000Z (almost 3 years ago)
- Last Synced: 2024-03-14T16:22:57.018Z (about 2 years ago)
- Topics: certificate, dsc, dsc-resources, pki, powershell-dsc
- Language: PowerShell
- Homepage: https://dsccommunity.org
- Size: 1.15 MB
- Stars: 120
- Watchers: 26
- Forks: 73
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# CertificateDsc
[](https://dev.azure.com/dsccommunity/CertificateDsc/_build/latest?definitionId=28&branchName=main)

[](https://dsccommunity.visualstudio.com/CertificateDsc/_test/analytics?definitionId=28&contextType=build)
[](https://www.powershellgallery.com/packages/CertificateDsc/)
[](https://www.powershellgallery.com/packages/CertificateDsc/)
[](https://codecov.io/gh/dsccommunity/CertificateDsc)
## Code of Conduct
This project has adopted [this code of conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Resources
The **CertificateDsc** module is a part of the Windows PowerShell Desired State
Configuration (DSC) Resource Kit, which is a collection of DSC Resources. This
module includes DSC resources that simplify administration of certificates on a
Windows Server, with simple declarative language.
The **CertificateDsc** module contains the following resources:
- **CertificateExport**: Used to export a certificate from a Windows certificate
store.
- **CertificateImport**: Used to import a certificate into a Windows certificate
store.
- **CertReq**: Used to request a new certificate from an certificate authority.
- **PfxImport**: Used to import a PFX certificate into a Windows certificate store.
- **WaitForCertificateServices**: Used to wait for a Active Directory Certificate
Services Certificate Authority to become available.
This project has adopted [this code of conduct](CODE_OF_CONDUCT.md).
## Documentation and Examples
For a full list of resources in CertificateDsc and examples on their use, check out
the [CertificateDsc wiki](https://github.com/dsccommunity/CertificateDsc/wiki).
## Operating Systems
These resources are automatically tested on **Windows Server 2016** and
**Windows Server 2019**.
The resources should still work on Windows Server 2012 R2 and older operating
systems, but are will no longer be updated to work with these older versions.
The tests do not work on Windows Server 2012 R2 and older operating systems
because of the missing features in the `New-SelfSignedCertificate` function.