summaryrefslogtreecommitdiff
path: root/docs/gnome-keyring.xml
blob: 3afa45f2e7767df7e4a62e8da623136e389800b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version='1.0'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
	"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">

<refentry id="adcli">

<refentryinfo>
	<title>gnome-keyring</title>
	<productname>gnome-keyring</productname>
	<authorgroup>
		<author>
			<contrib>Maintainer</contrib>
			<firstname>Stef</firstname>
			<surname>Walter</surname>
			<email>stefw@redhat.com</email>
		</author>
	</authorgroup>
</refentryinfo>

<refmeta>
	<refentrytitle>gnome-keyring</refentrytitle>
	<manvolnum>1</manvolnum>
	<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>

<refnamediv>
	<refname>gnome-keyring</refname>
	<refpurpose>The gnome-keyring commandline tool</refpurpose>
</refnamediv>

<refsynopsisdiv>
	<cmdsynopsis>
		<command>gnome-keyring import <arg choice="plain">FILE</arg></command>
	</cmdsynopsis>
	<cmdsynopsis>
		<command>gnome-keyring certificate-exception</command>
	</cmdsynopsis>
	<cmdsynopsis>
		<command>gnome-keyring version</command>
	</cmdsynopsis>
</refsynopsisdiv>

<refsect1>
	<title>Description</title>
	<para>The <command>gnome-keyring</command> tool can be used to
	interact with gnome-keyring-daemon.</para>
</refsect1>

<refsect1>
	<title>Commands</title>

	<para>The following commands can be used:</para>

	<variablelist>
		<varlistentry>
			<term><command>import <arg choice="plain">FILE</arg></command></term>
			<listitem>
			<para>Import keys or certificates from a PKCS file.</para>
			</listitem>
		</varlistentry>
		<varlistentry>
			<term><command>certificate-exception</command></term>
			<listitem>
			<para>Not implemented.</para>
			</listitem>
		</varlistentry>
		<varlistentry>
			<term><command>version</command></term>
			<listitem>
			<para>Print the version number and exit.</para>
			</listitem>
		</varlistentry>
	</variablelist>

</refsect1>

<refsect1>
	<title>Bugs</title>
	<para>
		Please send bug reports to either the distribution bug tracker
		or the upstream bug tracker at
		<ulink url="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring</ulink>
	</para>
</refsect1>

<refsect1>
	<title>See also</title>
	<simplelist type="inline">
		<member><citerefentry><refentrytitle>secret-tool</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
		<member><citerefentry><refentrytitle>seahorse</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
		<member><citerefentry><refentrytitle>gnome-keyring-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
	</simplelist>
</refsect1>

</refentry>