Active Directory Publish CRL #80
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 CRLs to Active Directory (AD). This uses the thumbprint of the specified CRL to compare items currently in Active Directory to ensure the same CRL is not published multiple times in the same container in Active Directory.
Proposed properties
[String] CrlFullPath (Key): Specifies the full path of the CRL to be published.
[String] CAName (Write): Certificate Authority AD container where to publish the CRL.
[String] Ensure (Write): Ensures that the CRL is Present or Absent. Default setting is Present
[String] Thumbprint (Read): Specifies the thumbprint associated to the CRL being added or removed.
Special considerations or limitations
Would need to know what CA under the CDP container you are publishing the CRL to. Also when Absent is selected it will only delete the CRL from the specified CA container and will not delete all instances of the CRL.
The text was updated successfully, but these errors were encountered: