Skip to content

Commit

Permalink
Drop update-crypto-policies dependency
Browse files Browse the repository at this point in the history
update-crypto-policies is no longer available by default in
Fedora 41 and is actually not required to run PKICertImport
test so the dependency has been dropped.
  • Loading branch information
edewata committed Nov 1, 2024
1 parent a666e1a commit 4e6c7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PKICertImport-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
# so the exported p12, having sha1 signature are not accepted.
# Waiting to update the export to configure a different algorithm for the signature
# the following line enable SHA1 so PKICertImport can import p12 files.
docker exec pki update-crypto-policies --set DEFAULT:SHA1
# docker exec pki update-crypto-policies --set DEFAULT:SHA1
docker exec pki bash /usr/share/pki/tests/util/bin/test_PKICertImport.bash

0 comments on commit 4e6c7a6

Please sign in to comment.