Skip to content

Commit

Permalink
No need to add est profile in the CI, just enable
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed Sep 30, 2024
1 parent 53ac513 commit 0acfdc8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/est-ds-realm-separate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
- name: Configure CA est profile
run: |
docker exec ca pki -n caadmin ca-profile-add \
--raw /usr/share/pki/ca/profiles/ca/estServiceCert.cfg
docker exec ca pki -n caadmin ca-profile-enable estServiceCert
docker exec ca pki-server restart --wait
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/est-ds-realm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
- name: Configure CA est profile
run: |
docker exec pki pki -n caadmin ca-profile-add \
--raw /usr/share/pki/ca/profiles/ca/estServiceCert.cfg
docker exec pki pki -n caadmin ca-profile-enable estServiceCert
docker exec pki pki-server restart --wait
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/est-postgresql-realm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
- name: Configure CA est profile
run: |
docker exec pki pki -n caadmin ca-profile-add \
--raw /usr/share/pki/ca/profiles/ca/estServiceCert.cfg
docker exec pki pki -n caadmin ca-profile-enable estServiceCert
docker exec pki pki-server restart --wait
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/est-separate-provided-certs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:
- name: Configure CA est profile
run: |
docker exec ca pki -n caadmin ca-profile-add \
--raw /usr/share/pki/ca/profiles/ca/estServiceCert.cfg
docker exec ca pki -n caadmin ca-profile-enable estServiceCert
docker exec ca pki-server restart --wait
Expand Down

0 comments on commit 0acfdc8

Please sign in to comment.