diff --git a/README.md b/README.md index fa9efb6..9b4db6a 100644 --- a/README.md +++ b/README.md @@ -268,3 +268,4 @@ There are no specific Changes for the GatewayRegistration section. Refer to the } ``` + diff --git a/src/SectigoCAProxy/SectigoCAProxy.cs b/src/SectigoCAProxy/SectigoCAProxy.cs index 7948149..f9f7ce6 100644 --- a/src/SectigoCAProxy/SectigoCAProxy.cs +++ b/src/SectigoCAProxy/SectigoCAProxy.cs @@ -711,6 +711,7 @@ private static int ConvertToKeyfactorStatus(string status) case "APPROVED": case "APPLIED": case "DOWNLOADED": + case "EXPIRED": return 20; case "REQUESTED":