Skip to content

Commit

Permalink
Merge 1eec65f into 1349696
Browse files Browse the repository at this point in the history
  • Loading branch information
leefine02 authored Nov 5, 2024
2 parents 1349696 + 1eec65f commit 18f7a99
Show file tree
Hide file tree
Showing 85 changed files with 3,034 additions and 1,045 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 }}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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

2.1.1
* Fix issue identifying whether inventoried certificate contains a private key.
* Renewing Unbound Certificates Causes The Job To Fail
Expand Down
Loading

0 comments on commit 18f7a99

Please sign in to comment.