3.10 2024-05-08
- Catch fatal errors from the Net::ACME2 module.
- Improve pound configuration parser.
- New options to the pound source: "--comment". "--type",
and "--listener". The "--comment" option instructs the
program to issue certificates for hostnames marked by
a specific pragmatic comment. The "--type" option
instructs it to process hostnames defined within listeners
of a particular type ("http" or "https"). Finally,
"--listener" selects listener by its tag.
3.09 2023-01-22
- New domain source: pound.
3.08 2021-06-11
- Allow for multiple per-domain postrenew statements.
3.07 2021-02-12
- Change bugtracker address.
- Change root certificate URL and make it configurable.
3.06 2020-06-15
- Improve error reporting
3.05 2020-06-14
- Fix manifest
3.04 2020-06-14
- Rewrite Apache configuration layout support.
- Improve Apache setup procedure.
- Make sure the generated cert.pem file is terminated with a
newline.
- Accept ServerName value with the scheme prefix.
3.03 2019-12-23
- The following environment variables are set when running
postrenew commands defined in the [core] section:
ACMEMAN_CERTIFICATE_COUNT, ACMEMAN_CERTIFICATE_FILE,
ACMEMAN_DOMAIN_NAME, ACMEMAN_ALT_NAMES.
- The following environment variables are set when running
postrenew commands defined in [domain] sections:
ACMEMAN_CERTIFICATE_FILE, ACMEMAN_DOMAIN_NAME,
ACMEMAN_ALT_NAMES. See the manpage for a detailed discussion.
- Challenge files are removed before exiting.
- By default, a special domain source is used, which invokes
"apache" and, if unable to do so, outputs on standard error
a detailed description of the problem with a suggestion on
how to fix it.
3.02 2019-10-23
- Take into account ServerName if LetsEncryptReference is given.
3.01 2019-10-20
- Accept multiple hostnames in the ServerAlias directive
3.00 2019-10-19
- Switch to ACMEv2
2.02 2019-09-11
- Fix the "apache" source
2.01 2019-09-11
- Fix the "file" source (inverted logic was assumed)
- Implement the --version option.
2.00 2019-08-26
- Released on CPAN
- Parses entire Apache configuration. In particular, correctly
handles Include statements and expands macros (the Use statement).
1.11 2019-08-15
- Fix acmeman --setup
1.10 2019-03-15
- Support for multiple 'source' statements.
1.09 2019-03-14
- Use absolute path to the 'service' utility on systems that have it
1.08 2018-10-06
- New option --server-root for the source = apache configuration
statement
1.07 2018-07-17
- Improve detection of Apache default settings
1.06 2018-05-07
- New source: "file"
- Simplify DNS code
1.05 2018-04-17
- null source
- dns checking (core.check-dns statement)
- core.restart renamed to core.postrenew
- per-domain postrenew script (domain.*.postrenew)
- Improve Makefile.PL (--no-autoinstall option).
1.04 2017-09-13
- This version introduces acmeman configuration file, which can be
used to direct its action if a server other than Apache is used. It
also can be instructed to store certificate, certificate chain, and
certificate key in a single file, instead of three different ones.
This can be used with such servers as pound(8).
In the absense of a configuration file, the program operates as in
previous versions.
1.00 2017-02-09
- Initial version (Git)