Skip to content

Commit

Permalink
Merge 1efef5a into f65a6c6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley authored Sep 3, 2024
2 parents f65a6c6 + 1efef5a commit 81a70af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,4 @@ There are no specific Changes for the GatewayRegistration section. Refer to the
}
```


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 81a70af

Please sign in to comment.