From 36b1955f36f90bd4a8fb5195dcf62611571c1fdf Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 20 Jan 2008 23:33:45 +0000 Subject: Move documentation/boxbackup to documentation, part 2 --- boxbackup/bbstored-certs.xml | 125 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 boxbackup/bbstored-certs.xml (limited to 'boxbackup/bbstored-certs.xml') diff --git a/boxbackup/bbstored-certs.xml b/boxbackup/bbstored-certs.xml new file mode 100644 index 00000000..05d3f852 --- /dev/null +++ b/boxbackup/bbstored-certs.xml @@ -0,0 +1,125 @@ + + + + bbstored-certs + + 1 + + + + bbstored-certs + + Manage certificates for the Box Backup system + + + + + bbstored-certs <certs-dir> <command> + [<arguments>] + + + + + Description + + bbstored-certs creates and signs certificates for + use in Box Backup. It allows the user to create and sign the server keys, + as well as signing client keys. + + All commands must be followed by the certs-dir, + which is the directory in which the certificates are stored. + + + Commands + + There are 3 commands: + + + + init: Create the + certs-dir, and generate the server keys for + bbstored. certs-dir cannot exist before running + the command. + + + + sign-server <servercsrfile>: Sign the + server certificate. The servercsrfile is the file + generated by the init command. + + + + sign <clientcsrfile>: Sign a client + certificate. The clientcsrfile is generated + during client setup. See bbackupd-config(1). Send + the signed certificate back to the client, and install according to + the instructions given by bbackupd-config. + + + + + + + Author + + Ben Summers and contributors. For help, please go to the Wiki, or subscribe to the Box + Backup mailing + list. + + + + See Also + + bbstored-config(1) + + bbstored.conf(5) + + bbstoreaccounts(1) + + + + Files + + raidfile-config generates the raidfile.conf(5) + file. + + + + Bugs + + If you find a bug in Box Backup, and you want to let us know about + it, join the mailing + list, and send a description of the problem there. + + To report a bug, give us at least the following information: + + + + The version of Box Backup you are running + + + + The platform you are running on (Hardware and OS), for both + client and server. + + + + If possible attach your config files (bbstored.conf, + bbackupd.conf) to the bug report. + + + + Also attach any log file output that helps shed light on the + problem you are seeing. + + + + And last but certainly not least, a description of what you are + seeing, in as much detail as possible. + + + + -- cgit v1.2.3