NewResourceName: AdcsAiaExtension #78
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.
Description
My team has been working on adding a new DSC resource module to the ActiveDirectoryCSDsc module. This new resource module allows us to add/remove AIA URI extensions on a Certificate Authority and to restart the CertSvc service if required.
Proposed properties
[Required, Description("Specifies the URI location where issuer of certificate is located")] String AiaUriPath[];
[Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Key, Description("Specifies the resource is a single instance, the value must be 'Yes'."), ValueMap{"Yes"}, Values{"Yes"}] String IsSingleInstance;
[Write, Description("Specifies if the service should be restarted.")] Boolean RestartService;
Special considerations or limitations
N/A
The text was updated successfully, but these errors were encountered: