dsc/custom/cCertificate/DSCResources/OBJ_cSelfSignedCert/OBJ_cSelfSignedCert.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("cSelfSignedCert")]
class OBJ_cSelfSignedCert : OMI_BaseResource { [Key, ValueMap{"My", "WebHosting"}] String StoreLocation; [Write, Description("Subject - if not provided hostname will be used")] String Subject; [Write, Description("Determines if the resource will also renew a certificate within 30 days of expiration")] Boolean AutoRenew; }; |