-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sanfix' of https://github.com/Keyfactor/globalsign-mssl…
…-cagateway into sanfix
- Loading branch information
Showing
9 changed files
with
363 additions
and
251 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Keyfactor Bootstrap Workflow | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: [opened, closed, synchronize, edited, reopened] | ||
push: | ||
create: | ||
branches: | ||
- 'release-*.*' | ||
|
||
jobs: | ||
call-starter-workflow: | ||
uses: keyfactor/actions/.github/workflows/starter.yml@v2 | ||
secrets: | ||
token: ${{ secrets.V2BUILDTOKEN}} | ||
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}} | ||
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }} | ||
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
1.0.0 | ||
Inital Release. Support for Enroll, Sync, and Revocation. | ||
Inital Release. Support for Enroll, Sync, and Revocation. | ||
|
||
1.0.5 | ||
Fix bug where certain domains would not get parsed correctly. | ||
|
||
1.0.9 | ||
Use DNS SAN in place of CN if present for domain lookup and enrollment | ||
|
||
1.0.10 | ||
Add additional logging output | ||
|
||
1.0.11 | ||
Convert GlobalSign status codes to Keyfactor status codes for syncing | ||
|
||
1.0.12 | ||
Fix authentication bug when picking up certificates | ||
|
||
1.0.15 | ||
Better datetime parsing of returned certificates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.