From e3493766701ac84e6d76257659be27c209ecb12e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 25 Sep 2007 18:22:40 -0400 Subject: Adding manpages and misc spec/build cleanup --- docs/certmaster.pod | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/certmaster.pod (limited to 'docs/certmaster.pod') diff --git a/docs/certmaster.pod b/docs/certmaster.pod new file mode 100644 index 0000000..7c6df0b --- /dev/null +++ b/docs/certmaster.pod @@ -0,0 +1,27 @@ +=head1 NAME + +certmaster -- hands out certificates to funcd and other components. + +=head1 SYNOPSIS + +certmaster (it's a daemon and takes no arguments) + +=head1 DESCRIPTION + +See https://hosted.fedoraproject.org/projects/func/ + +Certmaster is run on the master-control machine on a network being +controlled by func. It hands out certificates to machines running +funcd. + +Certmaster is configured by /etc/func/certmaster.conf + +=head1 ADDITONAL RESOURCES + +See https://hosted.fedoraproject.org/projects/func/. It's a Wiki. + +=head1 AUTHOR + +Various. See https://hosted.fedoraproject.org/projects/func + + -- cgit