Changeset 2305 for box/trunk/documentation/bbstored-certs.xml
- Timestamp:
- 01/10/2008 00:28:57 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/documentation/bbstored-certs.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/documentation/bbstored-certs.xml
r2127 r2305 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <refentry> 2 <refentry version="5.0" xmlns="http://docbook.org/ns/docbook" 3 xmlns:xlink="http://www.w3.org/1999/xlink" 4 xmlns:xi="http://www.w3.org/2001/XInclude" 5 xmlns:svg="http://www.w3.org/2000/svg" 6 xmlns:m="http://www.w3.org/1998/Math/MathML" 7 xmlns:html="http://www.w3.org/1999/xhtml" 8 xmlns:db="http://docbook.org/ns/docbook"> 3 9 <refmeta> 4 10 <refentrytitle>bbstored-certs</refentrytitle> 5 11 6 12 <manvolnum>8</manvolnum> 13 14 <refmiscinfo>Box Backup 0.11</refmiscinfo> 7 15 </refmeta> 8 16 … … 15 23 <refsynopsisdiv> 16 24 <cmdsynopsis> 17 <command>bbstored-certs <certs-dir> <command> 18 [<arguments>]</command> 25 <command>bbstored-certs</command> 26 27 <arg choice="plain">certs-dir</arg> 28 29 <arg choice="plain">command</arg> 30 31 <arg>arguments</arg> 19 32 </cmdsynopsis> 20 33 </refsynopsisdiv> … … 23 36 <title>Description</title> 24 37 25 <para>< literal>bbstored-certs</literal> creates and signs certificates for38 <para><command>bbstored-certs</command> creates and signs certificates for 26 39 use in Box Backup. It allows the user to create and sign the server keys, 27 40 as well as signing client keys.</para> 28 41 29 <para>All commands must be followed by the < literal>certs-dir</literal>,42 <para>All commands must be followed by the <varname>certs-dir</varname>, 30 43 which is the directory in which the certificates are stored.</para> 31 44 … … 35 48 <para>There are 3 commands:</para> 36 49 37 <itemizedlist> 38 <listitem> 39 <para><literal>init</literal>: Create the 40 <literal>certs-dir</literal>, and generate the server keys for 41 bbstored. <literal>certs-dir</literal> cannot exist before running 42 the command.</para> 43 </listitem> 50 <variablelist> 51 <varlistentry> 52 <term><command>init</command></term> 44 53 45 <listitem> 46 <para><literal>sign-server <servercsrfile></literal>: Sign the 47 server certificate. The <literal>servercsrfile</literal> is the file 48 generated by the <literal>init</literal> command.</para> 49 </listitem> 54 <listitem> 55 <para>Create the <varname>certs-dir</varname>, and generate the 56 server keys for bbstored. <varname>certs-dir</varname> cannot 57 exist before running the command.</para> 58 </listitem> 59 </varlistentry> 50 60 51 <listitem> 52 <para><literal>sign <clientcsrfile></literal>: Sign a client 53 certificate. The <literal>clientcsrfile</literal> is generated 54 during client setup. See <literal>bbackupd-config(8)</literal>. Send 55 the signed certificate back to the client, and install according to 56 the instructions given by <literal>bbackupd-config</literal>.</para> 57 </listitem> 58 </itemizedlist> 61 <varlistentry> 62 <term><command>sign-server</command> 63 <varname>servercsrfile</varname></term> 64 65 <listitem> 66 <para>Sign the server certificate. The 67 <varname>servercsrfile</varname> is the file generated by the 68 <command>init</command> command.</para> 69 </listitem> 70 </varlistentry> 71 72 <varlistentry> 73 <term><command>sign</command> 74 <varname>clientcsrfile</varname></term> 75 76 <listitem> 77 <para>Sign a client certificate. The 78 <varname>clientcsrfile</varname> is generated during client setup. 79 See <citerefentry> 80 <refentrytitle>bbackupd-config</refentrytitle> 81 82 <manvolnum>8</manvolnum> 83 </citerefentry>. Send the signed certificate back to the client, 84 and install according to the instructions given by 85 <command>bbackupd-config</command>.</para> 86 </listitem> 87 </varlistentry> 88 </variablelist> 59 89 </refsection> 60 </refsection>61 62 <refsection>63 <title>Author</title>64 65 <para>Ben Summers and contributors. For help, please go to the <ulink66 url="http://www.boxbackup.org/trac/">Wiki</ulink>, or subscribe to the Box67 Backup <ulink68 url="http://lists.warhead.org.uk/mailman/listinfo/boxbackup">mailing69 list.</ulink></para>70 </refsection>71 72 <refsection>73 <title>See Also</title>74 75 <para><literal>bbstored-config(8)</literal></para>76 77 <para><literal>bbstored.conf(5)</literal></para>78 79 <para><literal>bbstoreaccounts(8)</literal></para>80 90 </refsection> 81 91 … … 83 93 <title>Files</title> 84 94 85 <para><literal>raidfile-config</literal> generates the raidfile.conf(5) 86 file.</para> 95 <para><citerefentry> 96 <refentrytitle>raidfile-config</refentrytitle> 97 98 <manvolnum>8</manvolnum> 99 </citerefentry> generates the <citerefentry> 100 <refentrytitle>raidfile.conf</refentrytitle> 101 102 <manvolnum>5</manvolnum> 103 </citerefentry> file.</para> 87 104 </refsection> 88 105 … … 123 140 </itemizedlist> 124 141 </refsection> 142 143 <refsection> 144 <title>See Also</title> 145 146 <para><citerefentry> 147 <refentrytitle>bbstored-config</refentrytitle> 148 149 <manvolnum>8</manvolnum> 150 </citerefentry>, <citerefentry> 151 <refentrytitle>bbstored.conf</refentrytitle> 152 153 <manvolnum>5</manvolnum> 154 </citerefentry>, <citerefentry> 155 <refentrytitle>bbstoreaccounts</refentrytitle> 156 157 <manvolnum>8</manvolnum> 158 </citerefentry></para> 159 </refsection> 160 161 <refsection> 162 <title>Authors</title> 163 164 <para><author> 165 <personname>Ben Summers</personname> 166 </author></para> 167 168 <para><author> 169 <personname>Per Thomsen</personname> 170 </author></para> 171 172 <para><author> 173 <personname>James O'Gorman</personname> 174 </author></para> 175 </refsection> 125 176 </refentry>
Note: See TracChangeset
for help on using the changeset viewer.
