Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add comments #3

Merged
merged 19 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading