bumping version to 0.29-1
[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 application (such as funcd or certmaster-request) but are not yet signed.
16
17 "certmaster-ca --sign [hostname]"
18
19 This command is used to sign a certificate and send it back to the requester.
20
21 =head1 AUTO-SIGNING
22
23 The certmaster can be configured to make this command unneccessary; all incoming
24 requests can be signed automatically by certmaster.
25
26 To configure this, edit /etc/certmaster/certmaster.conf.
27
28 =head1 ADDITONAL RESOURCES
29
30 See https://fedorahosted.org/certmaster. It's a Wiki.
31 See also https://fedorahosted.org/func
32 See also the manpages for "certmaster" and "certmaster-request".
33
34 =head1 AUTHOR
35
36 Various. See https://fedorahosted.org/certmaster
37 and https://fedorahosted.org/func
38