We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d548c9c commit 9ef6157Copy full SHA for 9ef6157
1 file changed
digicert-mpki-caplugin/DigicertMpkiConfig.cs
@@ -1,4 +1,4 @@
1
-namespace Keyfactor.Extensions.CAPlugin.DigicertMpki
+namespace Keyfactor.Extensions.CAPlugin.DigicertMpki
2
{
3
public class DigicertMpkiConfig
4
@@ -17,5 +17,6 @@ public DigicertMpkiConfig()
17
public string EmailConstName { get; set; }
18
public string UpnConstName { get; set; }
19
public int OuStartPoint { get; set; }
20
+ public bool Enabled { get; set; } = true;
21
}
22
0 commit comments