Hi, How does openssl dgst know which signing algorithm it's supposed to use in openssl dgst? For example how does it figure out if this signing private key is a ECDSA key or RSA key? Is this information hidden in the "priv_key.pem" of the option -sign <priv_key.pem> ?
David