ubin/p7m-to-pdf.sh

4 lines
89 B
Bash
Executable File

#!/bin/bash
openssl smime -decrypt -verify -inform DER -in "$1" -noverify -out "$1.pdf"