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

Add resource for setting Advanced Certificate Authority properties #13

Closed
PlagueHO opened this issue Apr 16, 2016 · 3 comments · Fixed by #94
Closed

Add resource for setting Advanced Certificate Authority properties #13

PlagueHO opened this issue Apr 16, 2016 · 3 comments · Fixed by #94
Assignees
Labels
in progress The issue is being actively worked on by someone. resource proposal The issue is proposing a new resource in the resource module.

Comments

@PlagueHO
Copy link
Member

This allows setting of many of the registry properties on a CA that are usually set by the certutil -setreg CA and certutil -getreg CA commands.

Setting these are normally required for configuring any CA - especially if AIA or CDP is being configured (which most should have).

These settings can be configured by direct registry settings, so using the CertUtil.exe -setreg CAcommand is not required.

Here is an example of usage of these commands when installing a CA:
http://blogs.technet.com/b/xdot509/archive/2012/10/27/installing-a-two-tier-pki-hierarchy-in-windows-server-2012-part-iii-post-configuration-of-root-certification-authority.aspx

@kwirkykat kwirkykat added the resource proposal The issue is proposing a new resource in the resource module. label Aug 18, 2016
@PlagueHO PlagueHO added the help wanted The issue is up for grabs for anyone in the community. label Dec 12, 2016
@kewalaka
Copy link

kewalaka commented Jan 2, 2019

There's quite a bit more that would be useful too for a functional PKI, like setting up certificate templates. I've used pspki in the past. Vadim's module is monumental in its coverage and capability.

Is leveraging an external module like this an option or would that be an obstacle due to the CLA requirement? It is licensed under a mixture of MS-PL (for the PS module & pkix.net) & MIT licenses (for Asn1DerParser.NET

@PlagueHO
Copy link
Member Author

PlagueHO commented Jan 3, 2019

It is possible. I'm not sure of the licensing issue. Something to bring up at the DSC community call next week?

@PlagueHO PlagueHO self-assigned this Jul 21, 2019
@PlagueHO PlagueHO added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Jul 21, 2019
@PlagueHO
Copy link
Member Author

I'm working on this one and using registry keys to read settings and certutil.exe to write settings.

PlagueHO added a commit that referenced this issue Aug 6, 2019
BREAKING CHANGE: Add Active Directory Certificate Authority Settings Resource - Fixes #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress The issue is being actively worked on by someone. resource proposal The issue is proposing a new resource in the resource module.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants