You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command succeeds with a successful return code, but no output is created. We use this command all the time with the default provider and I have confirmed it with a non TPM backed key.
Any ideas?
OpenSSL - 3.0.2
tpm2-openssl - 1.2.0-1build2
OS - Ubuntu
The text was updated successfully, but these errors were encountered:
I am attempting to create a CMS message using the TPM2 provider. I am executing the following:
echo "test" | sudo openssl cms -binary -sign -signer ident.crt -inkey ident.key -keyform pem -outform pem -nodetach -provider tpm2 -provider default
The command succeeds with a successful return code, but no output is created. We use this command all the time with the default provider and I have confirmed it with a non TPM backed key.
Any ideas?
OpenSSL - 3.0.2
tpm2-openssl - 1.2.0-1build2
OS - Ubuntu
The text was updated successfully, but these errors were encountered: