From e68846c97c17a78045beabd1db5b59591dcf2b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20B=C3=BClow=20Knudsen?= <12843299+JonasBK@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:01:11 +0100 Subject: [PATCH] chore: remove CertAuthority label --- src/CommonLib/Enums/Labels.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CommonLib/Enums/Labels.cs b/src/CommonLib/Enums/Labels.cs index 7f07f5ce..898b316b 100644 --- a/src/CommonLib/Enums/Labels.cs +++ b/src/CommonLib/Enums/Labels.cs @@ -14,10 +14,9 @@ public enum Label Container, Configuration, CertTemplate, - CertAuthority, RootCA, AIACA, EnterpriseCA, NTAuthStore } -} \ No newline at end of file +}