Skip to content

Commit

Permalink
Merge pull request #3 from Keyfactor/renewcheck
Browse files Browse the repository at this point in the history
add comments
  • Loading branch information
dgaley authored Jan 4, 2024
2 parents 0ef6d5a + cfb4979 commit 6730074
Show file tree
Hide file tree
Showing 8 changed files with 297 additions and 104 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/keyfactor-integrations-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ jobs:
uses: Keyfactor/actions/.github/workflows/update-catalog.yml@main
secrets:
token: ${{ secrets.SDK_SYNC_PAT }}

call-update-store-types-workflow:
needs: call-assign-from-json-workflow
if: needs.call-assign-from-json-workflow.outputs.integration_type == 'orchestrator' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
uses: Keyfactor/actions/.github/workflows/update-store-types.yml@main
secrets:
token: ${{ secrets.UPDATE_STORE_TYPES }}
Binary file added Keyfactor.AnyGateway.ICAConnector.dll
Binary file not shown.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ DigiCert CertCentral plugin for the AnyCA Gateway framework
This repository contains an AnyGateway CA Connector, which is a plugin to the Keyfactor AnyGateway. AnyGateway CA Connectors allow Keyfactor Command to be used for inventory, issuance, and revocation of certificates from a third-party certificate authority.




## Support for digicert-certcentral-anycagateway

digicert-certcentral-anycagateway is open source and community supported, meaning that there is **no SLA** applicable for these tools.
digicert-certcentral-anycagateway is open source and community supported, meaning that there is no support guaranteed from Keyfactor Support for these tools.

###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.



---


Expand Down Expand Up @@ -55,7 +52,7 @@ In order to enroll for certificates the Keyfactor Command server must trust the
```json
{
"extensions": {
"Keyfactor.AnyGateway.Extensions.ICAConnector": {
"Keyfactor.AnyGateway.Extensions.IAnyCAPlugin": {
"DigiCertCAConnector": {
"assemblypath": "../DigiCertCAGateway.dll",
"TypeFullName": "Keyfactor.Extensions.CAGateway.DigiCert.CertCentralCAConnector"
Expand Down
3 changes: 3 additions & 0 deletions digicert-certcentral-anycagateway/API/StatusChanges.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ public class StatusOrder

[JsonProperty("status")]
public string status { get; set; }

[JsonIgnore]
public string serialNum { get; set; }
}

public class StatusChangesResponse : CertCentralBaseResponse
Expand Down
Loading

0 comments on commit 6730074

Please sign in to comment.