summaryrefslogtreecommitdiffstats
path: root/docs/certmaster-ca.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 18:28:37 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 18:28:37 -0400
commit7fe6283c49670bc7f4e99afaec03d759e5fedca1 (patch)
tree820b5dadb1a769fd923deecbb90a61d35caa8f10 /docs/certmaster-ca.pod
parenta03bb286f4756701b9fc7fc737037b9317df054e (diff)
downloadthird_party-func-7fe6283c49670bc7f4e99afaec03d759e5fedca1.tar.gz
third_party-func-7fe6283c49670bc7f4e99afaec03d759e5fedca1.tar.xz
third_party-func-7fe6283c49670bc7f4e99afaec03d759e5fedca1.zip
Add manpage for certmaster-ca.
Diffstat (limited to 'docs/certmaster-ca.pod')
-rw-r--r--docs/certmaster-ca.pod32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/certmaster-ca.pod b/docs/certmaster-ca.pod
new file mode 100644
index 0000000..c818ef0
--- /dev/null
+++ b/docs/certmaster-ca.pod
@@ -0,0 +1,32 @@
+=head1 NAME
+
+certmaster-ca -- signs certificates and makes them available to remote processes.
+
+=head1 SYNOPSIS
+
+certmaster-ca --list
+
+certmaster-ca --sign machine.example.org
+
+=head1 DESCRIPTION
+
+"certmaster-ca --list"
+
+The list command prints all certificates that have been requested but not yet signed.
+func commands can't be sent to a remote machine until the certificates have been signed.
+If manual signing is not desirable, edit /etc/func/certmaster.conf to enable auto-signing.
+
+"certmaster-ca --sign [hostname]"
+
+This command is used to sign a certificate and send it back to the requester.
+Neither this command, nor list, is needed when autosigning is enabled.
+
+=head1 ADDITONAL RESOURCES
+
+See https://hosted.fedoraproject.org/projects/func/. It's a Wiki.
+
+=head1 AUTHOR
+
+Various. See https://hosted.fedoraproject.org/projects/func
+
+