ubin/p7m-to-pdf.sh

4 lines
89 B
Bash
Raw Permalink Normal View History

2021-01-19 10:28:18 +00:00
#!/bin/bash
openssl smime -decrypt -verify -inform DER -in "$1" -noverify -out "$1.pdf"