DOKK / manpages / debian 12 / python3-rsa / py3rsa-sign.1.en
py3rsa-sign(1) General Commands Manual py3rsa-sign(1)

py3rsa-sign - sign a file

py3rsa-sign [OPTION]... PRIVATE_KEY HASH_METHOD

Sign a file, output the signature. Choose the hash method from MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512

show help message and exit
name of the file to sign. read from stdin if not specified.
name of the file to write the signature to. write to stdout if this option is not present.
key format of the private key - default PEM

py3rsa-sign was written by Sybren A. Stuvel <sybren AT stuvel.eu>.