Active Directory Publish Certificate #81
Labels
help wanted
The issue is up for grabs for anyone in the community.
resource proposal
The issue is proposing a new resource in the resource module.
Description
This resource can be used to publish certificates to Active Directory (AD). This uses the thumbprint of the specified certificate to compare items currently in Active Directory to ensure the same certificate is not published multiple times in Active Directory.
Proposed properties
[String] CertificateFullPath (Key): Specifies the full path of the certificate to be published.
[String] Ensure (Write): Ensures that the certificate is Present or Absent. Default setting is Present
[String] PublishLocation (Write): Specify Certificate Authority location where to publish the certificate. Required
parameters are RootCA or SubCA.
[String] Thumbprint (Read): Specifies the thumbprint associated to the certificate being added or removed.
Special considerations or limitations
Currently this only publishes certificates to the RootCA and SubCA (CN=Certification Authorities and CN=AIA containers). All Certificates published to the Certification Authorities is also published to the AIA Container. On the Absent setting the certificate can only be removed from one container at a time even if the certificate is in both areas.
The text was updated successfully, but these errors were encountered: