/xCertificate

This DSC Resource module can be used to simplify administration of certificates on a Windows Server.

Primary LanguagePowerShellMIT LicenseMIT

xCertificate

The xCertificate 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 xCertificate module contains the following resources:

  • xCertificateExport: Used to export a certificate from a Windows certificate store.
  • xCertificateImport: Used to import a certificate into a Windows certificate store.
  • xCertReq: Used to request a new certificate from an certificate authority.
  • xPfxImport: Used to import a PFX certificate into a Windows certificate store.
  • xWaitForCertificateServices: Used to wait for a Active Directory Certificate Services Certificate Authority to become available.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation and Examples

For a full list of resources in xCertificate and examples on their use, check out the xCertificate wiki.

Branches

master

Build status codecov

This is the branch containing the latest release - no contributions should be made directly to this branch.

dev

Build statuscodecov

This is the development branch to which contributions should be proposed by contributors as pull requests. This development branch will periodically be merged to the master branch, and be released to PowerShell Gallery.

Contributing

Please check out common DSC Resources contributing guidelines.