aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman.pm
AgeCommit message (Collapse)AuthorFiles
2023-01-22Version 3.09v3.09Sergey Poznyakoff1
2021-06-11Version 3.08v3.08Sergey Poznyakoff1
2021-06-11Fix previous commit.Sergey Poznyakoff1
2021-05-07Allow for multiple per-domain postrenew statements.Sergey Poznyakoff1
* lib/App/Acmeman.pm (renew): Iterate over the list of postrenew statements. * lib/App/Acmeman/Config.pm: Mark domain.*.postrenew as array.
2021-02-12Change root certificate URL and make it configurable.v3.07Sergey Poznyakoff1
* Makefile.PL: Change bugtracker address as a response to https://log.perl.org/2020/12/rtcpanorg-sunset.html * lib/App/Acmeman.pm ($letsencrypt_root_cert_url): Now global. ($letsencrypt_root_cert_basename): New global. Use the R3 certificate by default. ($VERSION): Change to 3.07 (setup): Use $letsencrypt_root_cert_basename instead of the hardoded value. (collect): Additional diagnostic message. * lib/App/Acmeman/Source/Apache.pm (setup): Use $App::Acmeman::acme_dir and $App::Acmeman::letsencrypt_root_cert_basename * Changes: Update
2020-07-15Improve error reporting. Version 3.06v3.06Sergey Poznyakoff1
2020-07-14Version 3.05v3.05Sergey Poznyakoff1
2020-07-14Version 3.04v3.04Sergey Poznyakoff1
* Changes: Update. * lib/App/Acmeman.pm: Version 3.04 * lib/App/Acmeman/Domain.pm: Remove the $VERSION variable. * lib/App/Acmeman/Log.pm: Use strict and warnings.
2020-01-18Implement full Apache reconfiguration on SlackwareSergey Poznyakoff1
This needs Apache::Config::Preproc f6db3dba or later
2020-01-14Make sure cert.pem is terminated with a newline.Sergey Poznyakoff1
2020-01-02Use external modules to support different Apache configuration layouts.Sergey Poznyakoff1
* lib/App/Acmeman.pm: Minor change. * lib/App/Acmeman/Apache/Layout.pm: Rewrite. Use external modules to support different layouts. * lib/App/Acmeman/Apache/Layout/debian.pm: Definition of Debian layout. * lib/App/Acmeman/Apache/Layout/rh.pm: Definition of Red Hat layout. * lib/App/Acmeman/Apache/Layout/slackware.pm: Definition of Slackware layout. * lib/App/Acmeman/Apache/Layout/suse.pm: Definition of Suse layout
2019-12-24Version 3.03v3.03Sergey Poznyakoff1
2019-12-23Define envvars prior to running postrenew. Other improvements.Sergey Poznyakoff1
* Changes: Update. * acmeman: Document changes. * lib/App/Acmeman.pm: Version 3.02.90. Pass information about renewed certificate to postrenew commands in environment variables. Remove created challenge files when no longer needed. * lib/App/Acmeman/Config.pm (mangle): Improve error message. Use "default" domain source by default. * lib/App/Acmeman/Source/Apache.pm: Minor changes. * lib/App/Acmeman/Source/Default.pm: New file. Source for the "default" domain source.
2019-10-23Take into account ServerName if LetsEncryptReference is given.v3.02Sergey Poznyakoff1
* lib/App/Acmeman/Source/Apache.pm (examine_http_config): Take into account ServerName if LetsEncryptReference is given. * Changes: Update. * lib/App/Acmeman.pm: Version 3.02
2019-10-21Accept multiple hostnames in the ServerAlias directivev3.01Sergey Poznyakoff1
2019-10-19Version 3.0v3.00Sergey Poznyakoff1
2019-10-19Remove unused methodSergey Poznyakoff1
2019-10-19Process all order authorizations, not only the firstSergey Poznyakoff1
2019-10-18Clean up account credential handling.Sergey Poznyakoff1
Credentials are saved in files specified by configuration directives account.id and account.key. The directive account.directory specifies the directory for these files.
2019-10-18Switch to ACMEv2Sergey Poznyakoff1
* Makefile.PL: Require Net::ACME2 * lib/App/Acmeman.pm: Rewrite using Net::ACME2. Avoid re-creating account key/id. * lib/App/Acmeman/Config.pm: Provide default for verbose.
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-23Move main functionality to a moduleSergey Poznyakoff1
* acmeman: Use App::Acmeman. * lib/App/Acmeman.pm: New module. * lib/App/Acmeman/Config.pm (mangle): Reset debug_level if necessary. Use the BOOL data type. * lib/App/Acmeman/Log.pm: New module. * lib/App/Acmeman/Source.pm: Use functions from App::Acmeman::Log. (add): New method. (define_alias): Use add. * lib/App/Acmeman/Source/Apache.pm: Use functions from App::Acmeman::Log. * lib/App/Acmeman/Source/File.pm: Likewise.

Return to:

Send suggestions and report system problems to the System administrator.