aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-09-13 15:13:34 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2017-09-13 15:23:44 +0200
commit6599db656e097d8eb22921d2c2ce3451c8147563 (patch)
tree2b04a44ba67b088e0c62ac364c75b72ef928b8a9 /Changes
parent36f66056a4ddbba8f300ef2fd15955e292e2755f (diff)
downloadacmeman-6599db656e097d8eb22921d2c2ce3451c8147563.tar.gz
acmeman-6599db656e097d8eb22921d2c2ce3451c8147563.tar.bz2
Rewrite
This patch 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. * MANIFEST: Update. * Makefile.PL: Update. * Changes: Update. * acmeman: Use configuration file if present. Apache configuration remains as a default source of TLS domains. Configuration file can override or complement it. * lib/App/Acmeman/Domain.pm: New file. * lib/App/Acmeman/Config.pm: New file. * lib/App/Acmeman/Source/Apache.pm: New file. * lib/App/Acmeman/Apache/Layout.pm: New file.
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index d61a564..5352924 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,14 @@
+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.