aboutsummaryrefslogtreecommitdiff
path: root/README
blob: bb6da725cefd1a72a970d414be461485e08b57d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
acmeman
=======

Command line utility for issuing and maintaining ACME SSL certificates.

While most existing ACME tools take a list of domain names for which to
issue certificates from their command line or configuration file, acmeman
gathers domain names directly from the configuration of the http server
that serves them. Thus, a domain name obtains its certificate automatically,
once the administrator configures the http server to serve it via https.

The utility is normally run as a cron job.

Installation
------------

To build run:

   perl Makefile.PL

as usual. The created Makefile will install the missing dependencies
from CPAN automatically. If this is not desirable, run

   perl Makefile.PL --no-autoinstall

instead.

See "man acmeman" (or "perldoc acmeman", or "acmeman --help"), for a
detailed manual.

Copying
-------
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

See http://www.gnu.org/licenses.


Return to:

Send suggestions and report system problems to the System administrator.