I'm looking for a Linux/Unix command-line tool to create a DSA signature from a given file/data and a private key.
I know about the xmlsec1 tool. But I would like something simpler. It seems that OpenSSL provides this function as a developer library, but not as a tool.