{"id":20156306,"url":"https://github.com/dsccommunity/certificatedsc","last_synced_at":"2025-12-11T21:38:45.817Z","repository":{"id":30740657,"uuid":"34297060","full_name":"dsccommunity/CertificateDsc","owner":"dsccommunity","description":"DSC resources to simplify administration of certificates on a Windows Server.","archived":false,"fork":false,"pushed_at":"2023-07-03T16:27:44.000Z","size":1205,"stargazers_count":120,"open_issues_count":41,"forks_count":73,"subscribers_count":26,"default_branch":"main","last_synced_at":"2024-03-14T16:22:57.018Z","etag":null,"topics":["certificate","dsc","dsc-resources","pki","powershell-dsc"],"latest_commit_sha":null,"homepage":"https://dsccommunity.org","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsccommunity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2015-04-21T01:39:50.000Z","updated_at":"2024-02-20T16:24:45.000Z","dependencies_parsed_at":"2023-07-15T14:24:19.927Z","dependency_job_id":null,"html_url":"https://github.com/dsccommunity/CertificateDsc","commit_stats":null,"previous_names":["powershell/xcertificate"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FCertificateDsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FCertificateDsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FCertificateDsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsccommunity%2FCertificateDsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsccommunity","download_url":"https://codeload.github.com/dsccommunity/CertificateDsc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266563,"owners_count":20910836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["certificate","dsc","dsc-resources","pki","powershell-dsc"],"created_at":"2024-11-13T23:38:21.784Z","updated_at":"2025-12-11T21:38:45.735Z","avatar_url":"https://github.com/dsccommunity.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CertificateDsc\r\n\r\n[![Build Status](https://dev.azure.com/dsccommunity/CertificateDsc/_apis/build/status/dsccommunity.CertificateDsc?branchName=main)](https://dev.azure.com/dsccommunity/CertificateDsc/_build/latest?definitionId=28\u0026branchName=main)\r\n![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/CertificateDsc/28/main)\r\n[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/CertificateDsc/28/main)](https://dsccommunity.visualstudio.com/CertificateDsc/_test/analytics?definitionId=28\u0026contextType=build)\r\n[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/CertificateDsc?label=CertificateDsc%20Preview)](https://www.powershellgallery.com/packages/CertificateDsc/)\r\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/CertificateDsc?label=CertificateDsc)](https://www.powershellgallery.com/packages/CertificateDsc/)\r\n[![codecov](https://codecov.io/gh/dsccommunity/StorageDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/CertificateDsc)\r\n\r\n## Code of Conduct\r\n\r\nThis project has adopted [this code of conduct](CODE_OF_CONDUCT.md).\r\n\r\n## Releases\r\n\r\nFor each merge to the branch `main` a preview release will be\r\ndeployed to [PowerShell Gallery](https://www.powershellgallery.com/).\r\nPeriodically a release version tag will be pushed which will deploy a\r\nfull release to [PowerShell Gallery](https://www.powershellgallery.com/).\r\n\r\n## Contributing\r\n\r\nPlease check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).\r\n\r\n## Change log\r\n\r\nA full list of changes in each version can be found in the [change log](CHANGELOG.md).\r\n\r\n## Resources\r\n\r\nThe **CertificateDsc** module is a part of the Windows PowerShell Desired State\r\nConfiguration (DSC) Resource Kit, which is a collection of DSC Resources. This\r\nmodule includes DSC resources that simplify administration of certificates on a\r\nWindows Server, with simple declarative language.\r\n\r\nThe **CertificateDsc** module contains the following resources:\r\n\r\n- **CertificateExport**: Used to export a certificate from a Windows certificate\r\n  store.\r\n- **CertificateImport**: Used to import a certificate into a Windows certificate\r\n  store.\r\n- **CertReq**: Used to request a new certificate from an certificate authority.\r\n- **PfxImport**: Used to import a PFX certificate into a Windows certificate store.\r\n- **WaitForCertificateServices**: Used to wait for a Active Directory Certificate\r\n  Services Certificate Authority to become available.\r\n\r\nThis project has adopted [this code of conduct](CODE_OF_CONDUCT.md).\r\n\r\n## Documentation and Examples\r\n\r\nFor a full list of resources in CertificateDsc and examples on their use, check out\r\nthe [CertificateDsc wiki](https://github.com/dsccommunity/CertificateDsc/wiki).\r\n\r\n## Operating Systems\r\n\r\nThese resources are automatically tested on **Windows Server 2016** and\r\n**Windows Server 2019**.\r\n\r\nThe resources should still work on Windows Server 2012 R2 and older operating\r\nsystems, but are will no longer be updated to work with these older versions.\r\nThe tests do not work on Windows Server 2012 R2 and older operating systems\r\nbecause of the missing features in the `New-SelfSignedCertificate` function.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fcertificatedsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsccommunity%2Fcertificatedsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsccommunity%2Fcertificatedsc/lists"}