Skip to content

Commit c5c3526

Browse files
committed
CI: Fix all-fedora swtpm_setup call
Adding --allow-signing produces an Endorsement Certificate that doesn't match the standard Endorsement Key. This does not match at all for rust-tss-esapi, but it's a useful fix for anyone grabbing this bit of the script to somewhere else. Signed-off-by: Patrick Uiterwijk <[email protected]>
1 parent 2ff8d00 commit c5c3526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/tests/all-fedora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -euf -o pipefail
1616
mkdir /tmp/tpmdir
1717
swtpm_setup --tpm2 \
1818
--tpmstate /tmp/tpmdir \
19-
--createek --allow-signing --decryption --create-ek-cert \
19+
--createek --decryption --create-ek-cert \
2020
--create-platform-cert \
2121
--display
2222
swtpm socket --tpm2 \

0 commit comments

Comments
 (0)