All Projects → dsccommunity → CertificateDsc

dsccommunity / CertificateDsc

Licence: MIT License
DSC resources to simplify administration of certificates on a Windows Server.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to CertificateDsc

ActiveDirectoryCSDsc
DSC resources for installing or uninstalling Active Directory Certificate Services components in Windows Server.
Stars: ✭ 45 (-56.31%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
StorageDsc
DSC resource module is used to manage storage on Windows Servers.
Stars: ✭ 58 (-43.69%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
WSManDsc
DSC resources for configuring WS-Management and PowerShell Remoting.
Stars: ✭ 17 (-83.5%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
xHyper-V
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
Stars: ✭ 105 (+1.94%)
Mutual labels:  dsc-resources, dsc
Aspnetcorecertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Stars: ✭ 135 (+31.07%)
Mutual labels:  certificate, pki
Pspki
PowerShell PKI Module
Stars: ✭ 189 (+83.5%)
Mutual labels:  certificate, pki
X509
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs
Stars: ✭ 68 (-33.98%)
Mutual labels:  certificate, pki
UpdateServicesDsc
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
Stars: ✭ 23 (-77.67%)
Mutual labels:  dsc-resources, dsc
freeipa-issuer
A cert-manager external issuer for FreeIPA
Stars: ✭ 22 (-78.64%)
Mutual labels:  certificate, pki
pki-manager
IT Freelancers : Manage small PKI for multiple projects (or clients) with 2 bash scripts
Stars: ✭ 36 (-65.05%)
Mutual labels:  certificate, pki
qdigidoc
DEPRECATED DigiDoc3 Client is a program that can be used to sign digitally with ID-card and Mobile-ID, check the validity of digital signatures and open and save documents inside the signature container.
Stars: ✭ 25 (-75.73%)
Mutual labels:  certificate, pki
Vault Openvpn
Small wrapper utility to manage OpenVPN configuration combined with a Vault PKI
Stars: ✭ 112 (+8.74%)
Mutual labels:  certificate, pki
Cfrpki
Cloudflare's RPKI Toolbox
Stars: ✭ 104 (+0.97%)
Mutual labels:  certificate, pki
Routinator
An RPKI Validator written in Rust
Stars: ✭ 215 (+108.74%)
Mutual labels:  certificate, pki
Pki
The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
Stars: ✭ 97 (-5.83%)
Mutual labels:  certificate, pki
xExchange
This module contains DSC resources for deployment and configuration of Microsoft Exchange Server.
Stars: ✭ 62 (-39.81%)
Mutual labels:  dsc-resources, dsc
x509sak
X.509 Swiss Army Knife is a toolkit atop OpenSSL to ease generation of CAs and aid white-hat pentesting
Stars: ✭ 23 (-77.67%)
Mutual labels:  certificate, pki
Pki.js
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
Stars: ✭ 960 (+832.04%)
Mutual labels:  certificate, pki
Certlint
X.509 certificate linter, written in Go
Stars: ✭ 60 (-41.75%)
Mutual labels:  certificate, pki
openssl ca
openssl_ca with QT GUI
Stars: ✭ 16 (-84.47%)
Mutual labels:  certificate, pki

CertificateDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery codecov

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

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.

Documentation and Examples

For a full list of resources in CertificateDsc and examples on their use, check out the 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].