Shared Content for Data Engineering 10.4.1
- All Products
openssl base64 -d -in $signature -out /tmp/sign.sha256 openssl dgst -sha256 -verify <(openssl x509 -in <cert> -pubkey -noout) -signature /tmp/sign.sha256 <file>
Updated November 28, 2021