Consolidated definitions in logrotate file using glob.
[certmaster.git] / docs / certmaster-request.pod
1 =head1 NAME
2
3 certmaster-request -- requests SSL certs from a certmaster
4 Fedora Unified Network Controller.
5
6 =head1 SYNOPSIS
7
8 certmaster-request [--server certmaster.example.com] [--port port]
9 [ --wait infinite/seconds ]
10
11 =head1 DESCRIPTION
12
13 FIXME: To be added later once we split this out from func.
14
15 =head1 API
16
17 Note: Many applications will want to use the XMLRPC API (see source) or import
18 the Python code to request certs. For those that don't want to do that,
19 this command line tool is available. Explore the other options if they
20 make more sense for your application.
21
22 =head1 EXIT_STATUS
23
24 non-zero upon failure.
25
26 =head1 ADDITONAL RESOURCES
27
28 See https://fedorahosted.org/certmaster for more information
29
30 See also the manpages for "certmaster", and "certmaster-ca".
31
32 =head1 AUTHOR
33
34 Various. See https://fedorahosted.org/func and
35 https://fedorahosted.org/certmaster
36
37