Skip to content

Commit

Permalink
Ab#61881 (#31) (#32)
Browse files Browse the repository at this point in the history
* Fix bug identifying private key entry when certificate and key file names differ (ab#57301)
* Update generated README
* Fix bug binding added certificates and inventorying (ab#61881)

Co-authored-by: Lee Fine <[email protected]>
  • Loading branch information
fiddlermikey and leefine02 authored Nov 27, 2024
1 parent 3bd4a7d commit 31c27da
Show file tree
Hide file tree
Showing 86 changed files with 3,004 additions and 1,061 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@v2
uses: keyfactor/actions/.github/workflows/starter.yml@3.1.2-rc.0
secrets:
token: ${{ secrets.V2BUILDTOKEN}}
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
scan_token: ${{ secrets.SAST_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.2.0
* Removed the ability to manage certificate/key file combinations uploaded but not yet installed on the Citrix ADC device. This was done due to issues centered around inconsistent naming of uploaded certificate and key files. From this release forward only installed certificate objects will be managed by this orchestrator extension.
* Modify process for renewing certificates to create new certificate/key files instead of deleting/re-adding existing so that no sub second outage occurs
* Modify process for linking certificates to existing issuing CA certificate to match all possible linkages
* Modify process for linking certificates to handle renewals of prior linked certificate when a new issuing certificate is used for the renewed certificate
* Modify README to use doctool

2.1.2
* Fix bug identifying private key entry when certificate and key file names differ

Expand Down
Loading

0 comments on commit 31c27da

Please sign in to comment.