From e799186658e868f1956942ab3d88fd54fd5d441e Mon Sep 17 00:00:00 2001 From: Denis Pynkin Date: Sun, 10 Nov 2019 19:17:58 +0300 Subject: [PATCH] man: document commit signing Added options descriptions for `ostree-commit` allowing to sign the commit. Signed-off-by: Denis Pynkin --- man/ostree-commit.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/man/ostree-commit.xml b/man/ostree-commit.xml index c64a7a00..2c821fc1 100644 --- a/man/ostree-commit.xml +++ b/man/ostree-commit.xml @@ -251,6 +251,39 @@ Boston, MA 02111-1307, USA. POLICY is a boolean which specifies whether fsync should be used or not. Default to true. + + + + + Use particular signature engine. Currently + available ed25519 and dummy + signature types. + + The default is ed25519. + + + + + ="KEY-ID" + + There KEY-ID is: + + + + + base64-encoded secret key for commit signing. + + + + + + + ASCII-string used as secret key. + + + + +