Starting off the certmaster tree with most of the func code, shortly non-certmaster...
[certmaster.git] / docs / certmaster-ca.pod
1 =head1 NAME
2
3 certmaster-ca -- signs certificate requests gathered by certmaster.
4
5 =head1 SYNOPSIS
6
7 certmaster-ca --list
8
9 certmaster-ca --sign machine.example.org
10
11 =head1 DESCRIPTION
12
13 "certmaster-ca --list"
14
15 The list command prints all certificates that have been requested from certmaster by a remote
16 service (such as funcd) but are not yet signed.
17
18 func commands can't be sent to a remote machine until the certificates have been signed.
19
20 "certmaster-ca --sign [hostname]"
21
22 This command is used to sign a certificate and send it back to the requester.
23
24 =head1 AUTO-SIGNING
25
26 The certmaster can be configured to make this command unneccessary; all incoming
27 requests can be signed automatically by certmaster.
28
29 To configure this, edit /etc/func/certmaster.conf.
30
31 =head1 ADDITONAL RESOURCES
32
33 See https://hosted.fedoraproject.org/projects/func/. It's a Wiki.
34
35 See also the manpages for "func", "func-inventory", "funcd", and "certmaster".
36
37 =head1 AUTHOR
38
39 Various. See https://hosted.fedoraproject.org/projects/func
40
41