You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException($"No domain matching common name {commonName} has provided MSSLProfileID of {profId}. Check configuration.");
358
+
}
359
+
}
360
+
}
361
+
362
+
363
+
if(domain==null)thrownewException("Unable to determine GlobalSign domain");
317
364
318
365
319
366
@@ -592,7 +639,14 @@ public Dictionary<string, PropertyConfigInfo> GetCAConnectorAnnotations()
592
639
Hidden=false,
593
640
DefaultValue="2000-01-01",
594
641
Type="Integer"
595
-
}
642
+
},
643
+
[Constants.SYNCPRODUCTS]=new()
644
+
{
645
+
Comments="OPTIONAL: If provided as a comma-separated list of product IDs, will limit the certificate sync to only certificates of those products. If blank or not provided, will sync all certs.",
646
+
Hidden=false,
647
+
DefaultValue=null,
648
+
Type="String"
649
+
}
596
650
};
597
651
}
598
652
@@ -601,11 +655,11 @@ public Dictionary<string, PropertyConfigInfo> GetTemplateParameterAnnotations()
Comments="Number of years the certificate will be valid for",
660
+
Comments="Number of days the certificate will be valid for",
607
661
Hidden=false,
608
-
DefaultValue="1",
662
+
DefaultValue="199",
609
663
Type="Number"
610
664
},
611
665
[EnrollmentConfigConstants.SlotSize]=new()
@@ -623,7 +677,15 @@ public Dictionary<string, PropertyConfigInfo> GetTemplateParameterAnnotations()
623
677
Hidden=false,
624
678
DefaultValue="GLOBALSIGN_ROOT_R3",
625
679
Type="String"
626
-
}
680
+
},
681
+
[EnrollmentConfigConstants.MSSLProfileId]=new()
682
+
{
683
+
Comments=
684
+
"OPTIONAL: If specified, enrollments will use that profile ID for domain lookups. If not provided, domain lookup will be done based on the Common Name or first DNS SAN. Useful if your GlobalSign account has multiple domain objects with the same domain string, or subdomains (e.g. sub.test.com vs test.com).",
0 commit comments