Skip to content

Commit

Permalink
fix status code for expired certs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley committed Aug 30, 2024
1 parent f65a6c6 commit edd4117
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 edd4117

Please sign in to comment.