Skip to content

Commit 3c3ef83

Browse files
authored
fix release_project property
1 parent 17d55f6 commit 3c3ef83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"status": "production",
66
"link_github": true,
77
"release_dir": "IISU/bin/Release/net6.0",
8-
"release_project": "iis-orchestrator/blob/main/IISU/WindowsCertStore.csproj",
8+
"release_project": "IISU/WindowsCertStore.csproj",
99
"update_catalog": true,
1010
"support_level": "kf-supported",
1111
"description": "The Windows Certificate Store Orchestrator Extension implements two certificate store types. 1) \u201cWinCert\u201d which manages certificates in a Windows local machine store, and 2) \u201cIISU\u201d which manages certificates and their bindings in a Windows local machine store that are bound to Internet Information Server (IIS) websites. These extensions replace the now deprecated \u201cIIS\u201d cert store type that ships with Keyfactor Command. The \u201cIISU\u201d extension also replaces the \u201cIISBin\u201d certificate store type from prior versions of this repository. This orchestrator extension is in the process of being renamed from \u201cIIS Orchestrator\u201d as it now supports certificates that are not in use by IIS.",
@@ -492,4 +492,4 @@
492492
]
493493
}
494494
}
495-
}
495+
}

0 commit comments

Comments
 (0)