summaryrefslogtreecommitdiff
path: root/man/ostree-commit.xml
diff options
context:
space:
mode:
authorDenis Pynkin <denis.pynkin@collabora.com>2019-11-10 19:17:58 +0300
committerDenis Pynkin <denis.pynkin@collabora.com>2020-03-25 15:23:54 +0300
commite799186658e868f1956942ab3d88fd54fd5d441e (patch)
treec1189b61e316658b80672daa6d3c1b81368335cf /man/ostree-commit.xml
parent908a2cd7601491195db6c4e6151a601b002c25e0 (diff)
downloadostree-e799186658e868f1956942ab3d88fd54fd5d441e.tar.gz
man: document commit signing
Added options descriptions for `ostree-commit` allowing to sign the commit. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Diffstat (limited to 'man/ostree-commit.xml')
-rw-r--r--man/ostree-commit.xml33
1 files changed, 33 insertions, 0 deletions
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.
</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><option>-s, --sign-type</option></term>
+ <listitem><para>
+ Use particular signature engine. Currently
+ available <arg choice="plain">ed25519</arg> and <arg choice="plain">dummy</arg>
+ signature types.
+
+ The default is <arg choice="plain">ed25519</arg>.
+ </para></listitem>
+
+ </varlistentry>
+ <varlistentry>
+ <term><option>--sign</option>="KEY-ID"</term>
+ <listitem><para>
+ There <literal>KEY-ID</literal> is:
+ <variablelist>
+ <varlistentry>
+ <term><option>for ed25519:</option></term>
+ <listitem><para>
+ <literal>base64</literal>-encoded secret key for commit signing.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>for dummy:</option></term>
+ <listitem><para>
+ ASCII-string used as secret key.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>