
in-toto-sign
List of commands for in-toto-sign:
-
in-toto-sign:tldr:03968 in-toto-sign: Sign 'unsigned.layout' with two keys and write it to 'root.layout'.$ in-toto-sign -f ${unsigned-layout} -k ${priv_key1} ${priv_key2} -o ${root-layout}try on your machineexplain this command
-
in-toto-sign:tldr:4ecb0 in-toto-sign: Verify a layout signed with 3 keys.$ in-toto-sign -f ${root-layout} -k ${pub_key0} ${pub_key1} ${pub_key2} --verifytry on your machineexplain this command
-
in-toto-sign:tldr:e83f8 in-toto-sign: Verify a layout with a GPG key identified by keyid '...439F3C2'.$ in-toto-sign -f ${root-layout} --verify --gpg ${---439F3C2}try on your machineexplain this command
-
in-toto-sign:tldr:ea483 in-toto-sign: Replace signature in link file and write to default filename.$ in-toto-sign -f ${package-2f89b927-link} -k ${priv_key}try on your machineexplain this command
-
in-toto-sign:tldr:fdf32 in-toto-sign: Sign a layout with the default GPG key in default GPG keyring.$ in-toto-sign -f ${root-layout} --gpgtry on your machineexplain this command