Skip to content

Commit

Permalink
Add test for subordinate CA clone with HSM
Browse files Browse the repository at this point in the history
A new test has been added to install a subordinate CA with HSM,
clone the HSM, then create a clone of the subordinate CA with
the cloned HSM.

There is a known issue: the OCSP signing cert and subsystem
cert are missing from the internal token on the clone, but it
does not actually cause a problem since the certs do exist on
the HSM.
  • Loading branch information
edewata committed Aug 14, 2023
1 parent 9f648a7 commit e61817a
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ca-tests2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
with:
db-image: ${{ needs.init.outputs.db-image }}

subca-clone-heml-test:
name: Sub-CA clone with HSM
needs: [init, build]
uses: ./.github/workflows/subca-clone-hsm-test.yml
with:
db-image: ${{ needs.init.outputs.db-image }}

scep-test:
name: SCEP responder
needs: [init, build]
Expand Down
Loading

0 comments on commit e61817a

Please sign in to comment.