aboutsummaryrefslogtreecommitdiff
path: root/Changes
AgeCommit message (Collapse)AuthorFiles
2019-09-11Fix bug introduced in the previous commitv2.02Sergey Poznyakoff1
* Changes: Update. * lib/App/Acmeman.pm: Version 2.02 * lib/App/Acmeman/Source.pm (is_set): New method. * lib/App/Acmeman/Source/Apache.pm (scan): Use is_set method instead of non-existing cfg.
2019-09-11Bugfixes.v2.01Sergey Poznyakoff1
* Changes: Update * Makefile.PL: Require Config::Parser. * lib/App/Acmeman.pm: Implement the --version option. * lib/App/Acmeman/Source/Apache.pm (scan): Set core.postrenew from layout, if it is not set explicitly. * lib/App/Acmeman/Source/File.pm (scan): Fix inverted logic (load returns false on error.
2019-08-26Improve docs.Sergey Poznyakoff1
2019-08-15Version 1.11v1.11Sergey Poznyakoff1
2019-03-15Multiple 'source' configuration statements.v1.10Sergey Poznyakoff1
* Changes: Version 1.10 * MANIFEST.SKIP: Update. * acmeman: Treat 'source' as multiple keyword. * lib/App/Acmeman/Source/File.pm (new): Append /* only to directory names.
2018-10-06Version 1.08v1.08Sergey Poznyakoff1
2018-07-17Version 1.07v1.07Sergey Poznyakoff1
2018-07-17Version 1.06v1.06Sergey Poznyakoff1
* lib/App/Acmeman/Source/Apache.pm (probe): Prefer apachectl over httpd (follow-up from Apache::Defaults) * acmeman: Version 1.06 * Changes: Update
2018-04-17Update Changes.Sergey Poznyakoff1
* Changes: Update. * MANIFEST: Remove auto-generated file. * .gitignore: Ignore MANIFEST. * MANIFEST.SKIP: New file.
2017-09-13RewriteSergey Poznyakoff1
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.
2017-02-09Improve debugging, use 4096 bit keys; fix adding alternative namesSergey Poznyakoff1
2017-02-05Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.