Skip to content

Commit 1c240ed

Browse files
Merge branch 'restconversion' of https://github.com/Keyfactor/sslstore-caplugin into restconversion
2 parents 6175950 + 3f0cab3 commit 1c240ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SslStoreCaProxy/RequestManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public int MapReturnStatus(string sslStoreStatus)
184184
return (int)EndEntityStatus.GENERATED;
185185
case "Initial":
186186
case "Pending":
187-
return (int)EndEntityStatus.INPROCESS;
187+
return (int)EndEntityStatus.EXTERNALVALIDATION;
188188
case "Cancelled":
189189
return (int)EndEntityStatus.REVOKED;
190190
default:

0 commit comments

Comments
 (0)