aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: c89c932913b8a97eec52cd01c6f627ddb24e9ad7 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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)

Return to:

Send suggestions and report system problems to the System administrator.