Skip to content

Commit

Permalink
2.0.0 Initial Release (#14)
Browse files Browse the repository at this point in the history
Initial Public Release

    Change status codes to EndEntityStatus codes
    If digicert returns multiple identical certs (same order/cert ID pair), only return one of them
    Renew/reissue check added, parameter data types specified
    Don't throw exceptions when unable to retreive product IDs
    Prevent duplicate certs from syncing
    Allows for creating the CA prior to having config info available, creating with Enabled = false skips config validation.
    Port sync CA filter from DCOM gateway
  • Loading branch information
fiddlermikey authored Jun 12, 2024
1 parent 4eeac33 commit 23d5c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="2.1.0-PRERELEASE-47578" />
<PackageReference Include="Keyfactor.AnyGateway.IAnyCAPlugin" Version="2.0.0" />
<PackageReference Include="Keyfactor.Common" Version="2.5.0" />
<PackageReference Include="Keyfactor.Logging" Version="1.1.1" />
<PackageReference Include="Keyfactor.PKI" Version="5.5.0" />
Expand Down

0 comments on commit 23d5c82

Please sign in to comment.