Skip to content

Commit

Permalink
Merge pull request #33 from Keyfactor/expiredstatus
Browse files Browse the repository at this point in the history
Expiredstatus
  • Loading branch information
dgaley authored Nov 20, 2024
2 parents ffc5927 + 1efef5a commit 568047d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SectigoCAProxy/SectigoCAProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ private static int ConvertToKeyfactorStatus(string status)
case "APPROVED":
case "APPLIED":
case "DOWNLOADED":
case "EXPIRED":
return 20;

case "REQUESTED":
Expand Down

0 comments on commit 568047d

Please sign in to comment.