Skip to content

Commit

Permalink
Add test for subordinate CA clone
Browse files Browse the repository at this point in the history
A new test has been added to install a subordinate CA with
external cert then clone it into another instance. The test
will also compare the CS.cfg, the users, and the certs in
these instances to ensure that they are (mostly) identical.

The .gitignore has been updated to ignore files generated
by other branches.
  • Loading branch information
edewata committed Aug 16, 2023
1 parent 2e67a1a commit bef9102
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ca-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,11 @@ jobs:
path: |
/tmp/artifacts/secondary
subca-clone-test:
name: Sub-CA clone
needs: [init, build]
uses: ./.github/workflows/subca-clone-test.yml

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

0 comments on commit bef9102

Please sign in to comment.