Skip to content

Commit

Permalink
Fix instance removal in KRA OAEP test
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Apr 17, 2024
1 parent 9730d2c commit ec502b1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/kra-oaep-test.yml
Expand Up @@ -74,11 +74,12 @@ jobs:
run: |
[[ -z `docker exec pki pki-server kra-config-show keyWrap.useOAEP` ]]
- name: Remove pki instance
run: |
docker exec pki pki-server stop --wait
docker exec pki pki-server remove
- name: Remove KRA
run: docker exec pki pkidestroy -i pki-tomcat -s KRA -v

- name: Remove CA
run: docker exec pki pkidestroy -i pki-tomcat -s CA -v

- name: Install CA with RSA_OAEP
run: |
docker exec pki pkispawn \
Expand Down

0 comments on commit ec502b1

Please sign in to comment.