X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=docs%2Fcertmaster-request.pod;fp=docs%2Fcertmaster-request.pod;h=1a7bf4ac723a60bd99d4a7001e3f6309c280879b;hp=0000000000000000000000000000000000000000;hb=8f2ff4d7c902d534d68ff1a16418b7be492033bf;hpb=5b2601a56907b02efc6567354fa051ef08d97b6f diff --git a/docs/certmaster-request.pod b/docs/certmaster-request.pod new file mode 100644 index 0000000..1a7bf4a --- /dev/null +++ b/docs/certmaster-request.pod @@ -0,0 +1,36 @@ +=head1 NAME + +certmaster-request -- requests SSL certs from a certmasster +Fedora Unified Network Controller. + +=head1 SYNOPSIS + +certmaster-request [--server certmaster.example.com] [--port port] +[ --wait infinite/seconds ] + +=head1 DESCRIPTION + +FIXME: To be added later once we split this out from func. + +=head1 API + +Note: Many applications will want to use the XMLRPC API (see source) or import +the Python code to request certs. For those that don't want to do that, +this command line tool is available. Explore the other options if they +make more sense for your application. + +=head1 EXIT_STATUS + +non-zero upon failure. + +=head1 ADDITONAL RESOURCES + +See https://fedorahosted.org/certmaster for more information + +See also the manpages for "certmaster", and "certmaster-ca". + +=head1 AUTHOR + +Various. See https://fedorahosted.org/func + +