table of contents
OSTREE SIGN(1) | ostree sign | OSTREE SIGN(1) |
NAME¶
ostree-sign - Sign a commit
SYNOPSIS¶
ostree sign [OPTIONS...] {COMMIT} {KEY-ID...}
DESCRIPTION¶
Add a new signature to a commit. Note that currently, this will append a new signature even if the commit is already signed with a given key.
For `ed25519` and `spki`, there are several "well-known" system places for trusted and revoked public keys as listed below.
Files:
Directories containing files with keys:
The format of those files depends on the signature mechanism; for `ed25519`, keys are stored in the base64 encoding per line, while for `spki` they are stored in the PEM "PUBLIC KEY" encoding.
OPTIONS¶
KEY-ID
for ed25519 and spki:
for dummy:
--verify
-s, --sign-type
--keys-file
--keys-dir
OSTree |