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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
v2.0.0
2
+
- Modify ODKG (Reenrollment) functionality to make use of the Keyfactor Command/UO 25.3 functionality to support SANs, Alias, and Overwrite indicator. Entry parameters SANs, Alias, and Overwrite will no longer be supported.
3
+
1
4
v1.2.0
2
5
- Documentation updated to use doctool and dual build for .net6/8.
stringerrorMessage="Error performing reenrollment. Alias blank or does not exist.";
61
+
stringerrorMessage="Error performing reenrollment. Alias is required.";
60
62
logger.LogError(errorMessage);
61
63
returnnewJobResult(){Result=OrchestratorJobStatusJobResult.Failure,JobHistoryId=config.JobHistoryId,FailureMessage=$"Site {config.CertificateStoreDetails.StorePath} on server {config.CertificateStoreDetails.ClientMachine}: {errorMessage}"};
thrownewException($"Alias {config.Alias} already exists, but Overwrite is set to False. Overwrite must be set to True if you wish to perform reenrollment on an existing alias.");
74
+
}
75
+
76
+
stringsans=string.Empty;
77
+
if(config.SANs.Count>0)
72
78
{
73
-
thrownewException($"Alias {alias} already exists, but Overwrite is set to False. Overwrite must be set to True if you wish to perform reenrollment on an existing alias.");
0 commit comments