|
NAMEyafic-sign, yafic-check -- Signature utilities for yafic(1)SYNOPSISyafic-sign [-Vhp] [-c] keyfile fileyafic-check [-Vhp] keyfile file DESCRIPTIONyafic-sign cryptographically signs file using the key keyfile. yafic-check (which is simply another name for yafic-sign -c) verifies a file against its signature.keyfile is expected to be an RSA or DSA key. See openssl(1), genrsa(1), gendsa(1), and specifically: http://www.openssl.org/docs/HOWTO/keys.txt Signature files have the same name as file, but with the extension .sig. OPTIONSThe options are as follows:
RETURN VALUESBoth yafic-sign and yafic-check exit with one of the following values:
SEE ALSOyafic(1), openssl(1), genrsa(1), gendsa(1)
Visit the GSP FreeBSD Man Page Interface. |