Skip to content

Commit 31c27da

Browse files
Ab#61881 (#31) (#32)
* 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 <50836957+leefine02@users.noreply.github.com>
1 parent 3bd4a7d commit 31c27da

86 files changed

Lines changed: 3004 additions & 1061 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/keyfactor-starter-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ on:
1111

1212
jobs:
1313
call-starter-workflow:
14-
uses: keyfactor/actions/.github/workflows/starter.yml@v2
14+
uses: keyfactor/actions/.github/workflows/starter.yml@3.1.2-rc.0
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN}}
1717
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
1818
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
1919
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
20+
scan_token: ${{ secrets.SAST_TOKEN }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.2.0
2+
* 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.
3+
* Modify process for renewing certificates to create new certificate/key files instead of deleting/re-adding existing so that no sub second outage occurs
4+
* Modify process for linking certificates to existing issuing CA certificate to match all possible linkages
5+
* Modify process for linking certificates to handle renewals of prior linked certificate when a new issuing certificate is used for the renewed certificate
6+
* Modify README to use doctool
7+
18
2.1.2
29
* Fix bug identifying private key entry when certificate and key file names differ
310

0 commit comments

Comments
 (0)