Skip to content

Commit 90837df

Browse files
authored
Merge branch 'release-1.0' into dev-1.0
2 parents cf43fa4 + 0e22cbb commit 90837df

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Bugfix - sync records with null serial
66
Bugfix - Fix for custom fields in enrollment
77

88
1.0.2
9-
Handle change to Sectigo API Revocation call
9+
Handle change to Sectigo API Revocation call

sectigo-scm-caplugin/SectigoCAPlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public async Task<EnrollmentResult> Enroll(string csr, string subject, Dictionar
209209
{
210210
comment = $"CERTIFICATE_REQUESTOR: {productInfo.ProductParameters["Keyfactor-Requester"]}";
211211
}
212+
212213
EnrollRequest request = new EnrollRequest
213214
{
214215
csr = csr,

0 commit comments

Comments
 (0)