summaryrefslogtreecommitdiff
path: root/man/ostree-summary.xml
diff options
context:
space:
mode:
authorDenis Pynkin <denis.pynkin@collabora.com>2019-11-26 13:35:30 +0300
committerDenis Pynkin <denis.pynkin@collabora.com>2020-03-25 15:23:55 +0300
commit65c16a8318b992b436fb666d675eb195fe3cfc71 (patch)
treea8ded3399d45ee0400de31453c5b2070aa65678f /man/ostree-summary.xml
parent1de2efa2ed95cbcabdd58f15c974e3fd55c30a70 (diff)
downloadostree-65c16a8318b992b436fb666d675eb195fe3cfc71.tar.gz
man: add signature options for ostree summary
Add a description of new options `--sign-type` and `--sign` for `ostree summary` command. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Diffstat (limited to 'man/ostree-summary.xml')
-rw-r--r--man/ostree-summary.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/man/ostree-summary.xml b/man/ostree-summary.xml
index 387dacd7..8305b4e1 100644
--- a/man/ostree-summary.xml
+++ b/man/ostree-summary.xml
@@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA.
<refsynopsisdiv>
<cmdsynopsis>
- <command>ostree summary</command> <arg choice="opt">--gpg-sign=KEYID</arg> <arg choice="opt">--gpg-homedir=HOMEDIR</arg> <arg choice="req">--update</arg> <arg choice="opt" rep="repeat">--add-metadata=<replaceable>KEY</replaceable>=<replaceable>VALUE</replaceable></arg>
+ <command>ostree summary</command> <arg choice="opt">--gpg-sign=KEYID</arg> <arg choice="opt">--gpg-homedir=HOMEDIR</arg> <arg choice="opt">--sign=KEYID</arg> <arg choice="opt">--sign-type=ENGINE</arg> <arg choice="req">--update</arg> <arg choice="opt" rep="repeat">--add-metadata=<replaceable>KEY</replaceable>=<replaceable>VALUE</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -139,6 +139,39 @@ Boston, MA 02111-1307, USA.
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--sign-type</option>=ENGINE</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>