#!/bin/bash openssl cms -in "$1" -verify -no_attr_verify -inform DER -CAfile "$2" | grep "Verification"