#!/bin/bash openssl cms -no_attr_verify -verify -inform DER -in "$1" -noverify -out "$2"