Skip to content

Remove CrlIssuer from template with CRLDP #4972

Remove CrlIssuer from template with CRLDP

Remove CrlIssuer from template with CRLDP #4972

Workflow file for this run

name: TKS Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
tks-basic-test:
name: Basic TKS
needs: build
uses: ./.github/workflows/tks-basic-test.yml
tks-separate-test:
name: TKS on separate instance
needs: build
uses: ./.github/workflows/tks-separate-test.yml
tks-external-certs-test:
name: TKS with external certs
needs: build
uses: ./.github/workflows/tks-external-certs-test.yml
tks-clone-test:
name: TKS clone
needs: build
uses: ./.github/workflows/tks-clone-test.yml
tks-hsm-test:
name: TKS with HSM
needs: build
uses: ./.github/workflows/tks-hsm-test.yml