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

AdcsCertificationAuthority: AllowAdministratorInteraction property missing #133

Open
dbond007 opened this issue Aug 25, 2021 · 2 comments
Open
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@dbond007
Copy link

Details of the scenario you tried and the problem that is occurring

Trying to setup a CA with a HSM, AllowAdministratorInteraction is required if the private key is to be allowed to be backed up to a smartcard.
This can not be set with the current implementation that I can see.

Suggested solution to the issue

Add AllowAdministratorInteraction as a property in DSC_AdcsCertificationAuthority as a boolean.

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Aug 25, 2021
@PlagueHO
Copy link
Member

Thanks for raising this @dbond007 - looks like a good feature to get added if possible.

@dbond007
Copy link
Author

From what I could see its the only one not available from the install-adcscertificateauthority powershell module that is used to do the install. I have added it to my fork, in: https://github.com/dbond007/ActiveDirectoryCSDsc I haven't done much testing, but it is just passing the parameter like the rest. The resource, mof and unit test were updated to add it.
I'm new to powershell DSC module creation so I could have done it all wrong :)
I can create a PR if wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

2 participants