f425b5191e
The previous implementation had a stdin conflict -- it passed the PEM key on stdin but also needed to pass the unsigned data on stdin. Now that we take a file path, openssl reads the key from the file and gets the data to sign from stdin. Also removed the dead-code tempfile fallback and unused hashlib import.