Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active Directory Publish CRL #80

Open
jeffotterpohl opened this issue Mar 27, 2019 · 0 comments
Open

Active Directory Publish CRL #80

jeffotterpohl opened this issue Mar 27, 2019 · 0 comments
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.

Comments

@jeffotterpohl
Copy link

ISSUE TITLE:
PublishCrl: Add the ability to publish CRLs to a desired CA in the CDP Container

ISSUE DESCRIPTION:
Add the ability to publish CRLs to Active Directory (AD) in the CDP container.

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.

@PlagueHO PlagueHO added 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. labels Jul 4, 2019
@SteveL-MSFT SteveL-MSFT removed this from Backlog in powershell/dscresources Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants