summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/certmaster-ca.pod41
-rw-r--r--docs/certmaster.pod29
2 files changed, 0 insertions, 70 deletions
diff --git a/docs/certmaster-ca.pod b/docs/certmaster-ca.pod
deleted file mode 100644
index fce3f73..0000000
--- a/docs/certmaster-ca.pod
+++ /dev/null
@@ -1,41 +0,0 @@
-=head1 NAME
-
-certmaster-ca -- signs certificate requests gathered by certmaster.
-
-=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 from certmaster by a remote
-service (such as funcd) but are not yet signed.
-
-func commands can't be sent to a remote machine until the certificates have been signed.
-
-"certmaster-ca --sign [hostname]"
-
-This command is used to sign a certificate and send it back to the requester.
-
-=head1 AUTO-SIGNING
-
-The certmaster can be configured to make this command unneccessary; all incoming
-requests can be signed automatically by certmaster.
-
-To configure this, edit /etc/func/certmaster.conf.
-
-=head1 ADDITONAL RESOURCES
-
-See https://hosted.fedoraproject.org/projects/func/. It's a Wiki.
-
-See also the manpages for "func", "func-inventory", "funcd", and "certmaster".
-
-=head1 AUTHOR
-
-Various. See https://hosted.fedoraproject.org/projects/func
-
-
diff --git a/docs/certmaster.pod b/docs/certmaster.pod
deleted file mode 100644
index 92f5074..0000000
--- a/docs/certmaster.pod
+++ /dev/null
@@ -1,29 +0,0 @@
-=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.
-
-See also the manpages for "func", "func-inventory", "funcd", "certmaster-ca".
-
-=head1 AUTHOR
-
-Various. See https://hosted.fedoraproject.org/projects/func
-
-