Rename PKIDeployer.request_cert() to issue_cert() #2848
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
name: CA Tests 2 | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Waiting for build | |
uses: ./.github/workflows/wait-for-build.yml | |
secrets: inherit | |
ca-profile-caDirUserCert-test: | |
name: CA with caDirUserCert profile | |
needs: build | |
uses: ./.github/workflows/ca-profile-caDirUserCert-test.yml | |
ca-profile-caDirPinUserCert-test: | |
name: CA with caDirPinUserCert profile | |
needs: build | |
uses: ./.github/workflows/ca-profile-caDirPinUserCert-test.yml | |
ca-profile-caServerCert-test: | |
name: CA with caServerCert profile | |
needs: build | |
uses: ./.github/workflows/ca-profile-caServerCert-test.yml | |
ca-renewal-system-certs-test: | |
name: CA system certs renewal | |
needs: build | |
uses: ./.github/workflows/ca-renewal-system-certs-test.yml | |
ca-renewal-system-certs-hsm-test: | |
name: CA system certs renewal with HSM | |
needs: build | |
uses: ./.github/workflows/ca-renewal-system-certs-hsm-test.yml | |
ca-cert-revocation-test: | |
name: CA cert revocation | |
needs: build | |
uses: ./.github/workflows/ca-cert-revocation-test.yml | |
ca-secure-ds-test: | |
name: CA with secure DS | |
needs: build | |
uses: ./.github/workflows/ca-secure-ds-test.yml | |
ca-crl-test: | |
name: CA CRL database | |
needs: build | |
uses: ./.github/workflows/ca-crl-test.yml | |
ca-publishing-ca-cert-test: | |
name: CA with CA cert publishing | |
needs: build | |
uses: ./.github/workflows/ca-publishing-ca-cert-test.yml | |
ca-publishing-user-cert-test: | |
name: CA with user cert publishing | |
needs: build | |
uses: ./.github/workflows/ca-publishing-user-cert-test.yml | |
ca-publishing-crl-file-test: | |
name: CA with file-based CRL publishing | |
needs: build | |
uses: ./.github/workflows/ca-publishing-crl-file-test.yml | |
ca-publishing-crl-ldap-test: | |
name: CA with LDAP-based CRL publishing | |
needs: build | |
uses: ./.github/workflows/ca-publishing-crl-ldap-test.yml | |
ca-notification-request-test: | |
name: CA with request notification | |
needs: build | |
uses: ./.github/workflows/ca-notification-request-test.yml | |
ca-hsm-operation-test: | |
name: CA with HSM and custom operation key flags | |
needs: build | |
uses: ./.github/workflows/ca-hsm-operation-test.yml | |
scep-test: | |
name: SCEP responder | |
needs: build | |
uses: ./.github/workflows/scep-test.yml |