| Commit message (Expand) | Author | Age | Files |
* | webserver: reopen stdin from /dev/null. | Guilhem Moulin | 2021-02-18 | 1 |
* | Split Nginx and Apapche2 static configuration snippets into seperate files. | Guilhem Moulin | 2021-02-18 | 1 |
* | Sanitize environment when spawning children. | Guilhem Moulin | 2021-02-18 | 1 |
* | Consolidate error messages for consistency. | Guilhem Moulin | 2021-02-18 | 1 |
* | client: avoid "Use of uninitialized value in pattern match (m//)" perl warnings. | Guilhem Moulin | 2021-02-18 | 1 |
* | Makefile: set executable bit for $(bindir)/lacme-accountd and $(sbindir)/lacme. | Guilhem Moulin | 2021-02-18 | 1 |
* | Don't load configuration files from ./ by default. | Guilhem Moulin | 2021-02-18 | 1 |
* | client: use "lacme-client/$VERSION" as User-Agent header. | Guilhem Moulin | 2021-02-18 | 1 |
* | Add support for TLS Feature extension from RFC 7633. | Guilhem Moulin | 2021-02-15 | 1 |
* | Add (self-signed) ISRG Roots to the CA bundle. | Guilhem Moulin | 2021-02-15 | 1 |
* | Improve nginx/apache2 snippets for direct serving of challenge files. | Guilhem Moulin | 2021-02-14 | 1 |
* | challenge-directory now needs to be set to an *existing* directory. | Guilhem Moulin | 2021-02-14 | 1 |
* | client: fail immediately when the accountd is unreachable. | Guilhem Moulin | 2021-02-12 | 1 |
* | Replace Types::Serialiser::true with JSON::true. | Guilhem Moulin | 2021-02-12 | 1 |
* | Raise client timeout from 10 to 30s. | Guilhem Moulin | 2021-02-12 | 1 |
* | lacme: new flag `--force`. | Guilhem Moulin | 2020-12-09 | 1 |
* | Make unprivileged user/group for the internal client resp. webserver configur... | Guilhem Moulin | 2020-12-09 | 1 |
* | documentation: emphasize default values in the config file. | Guilhem Moulin | 2020-12-09 | 1 |
* | documentation: clarify that "file:/path/to/account.key" can point to a symmet... | Guilhem Moulin | 2020-12-09 | 1 |
* | documentation: suggest to generate private key material with genpkey(1ssl). | Guilhem Moulin | 2020-12-09 | 1 |
* | lacme: delay webserver socket shutdown. | Guilhem Moulin | 2020-12-09 | 1 |
* | Use upstream certicate chain instead of an hardcoded one.upstream/0.7 | Guilhem Moulin | 2020-11-26 | 1 |
* | New release 0.6.1upstream/0.6.1 | Guilhem Moulin | 2020-08-04 | 1 |
* | Ignore [accountd] section from lacme.conf when the --socket option is defined. | Guilhem Moulin | 2020-08-04 | 1 |
* | Makefile: Use variables for target directories etc. | Guilhem Moulin | 2020-08-04 | 1 |
* | Adapt Apache2 snippet to Apache2 2.4. | Guilhem Moulin | 2020-08-04 | 1 |
* | Change default libexec dir from /usr/lib/lacme to /usr/libexec/lacme. | Guilhem Moulin | 2020-08-03 | 1 |
* | Install lacme manpage to section 8. | Guilhem Moulin | 2020-08-03 | 1 |
* | Makefile: Major refactoring, add install and uninstall targets. | Guilhem Moulin | 2020-08-03 | 1 |
* | Use /run for the listening socket of the webserver component. | Guilhem Moulin | 2019-08-22 | 1 |
* | New release 0.6.upstream/0.6 | Guilhem Moulin | 2019-08-21 | 1 |
* | lacme: new option 'account --deactivate' | Guilhem Moulin | 2019-08-21 | 1 |
* | Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3) | Guilhem Moulin | 2019-08-21 | 1 |
* | Link to RFC 8555 instead of the ACME I-D URL. | Guilhem Moulin | 2019-08-21 | 1 |
* | Call iptables binaries from /usr/sbin not /sbin. | Guilhem Moulin | 2019-08-21 | 1 |
* | lacme, client: new dependency Date::Parse. | Guilhem Moulin | 2019-01-21 | 1 |
* | client: poll order URL instead of each authz URL successively. | Guilhem Moulin | 2019-01-21 | 1 |
* | Use ACME v2 endpoints | Guilhem Moulin | 2018-04-27 | 1 |
* | Fix manpage generation with pandoc >=2.1 | Guilhem Moulin | 2018-04-26 | 1 |
* | Copy snippets/*.conf to /etc/lacmeupstream/0.4 | Guilhem Moulin | 2017-07-28 | 1 |
* | Fix generation of manpages with pandoc >=1.18 | Guilhem Moulin | 2017-07-28 | 1 |
* | Update copyright infoupstream/0.3 | Guilhem Moulin | 2017-07-09 | 1 |
* | Bind webserver to /var/run/lacme-www.socket by default. | Guilhem Moulin | 2017-07-08 | 1 |
* | lacme: Specify minimum required Socket version 1.95. | Guilhem Moulin | 2017-07-01 | 1 |
* | Specify minimum required Perl versions. | Guilhem Moulin | 2017-07-01 | 1 |
* | Ensure fdopen is called with an integer. | Guilhem Moulin | 2017-07-01 | 1 |
* | Provide apache2 configuration snippet. | Guilhem Moulin | 2017-06-29 | 1 |
* | Remove potential race when creating ACME challenge response files. | Guilhem Moulin | 2017-06-29 | 1 |
* | lacme(1), lacme-accountd(1): fix version number. | Guilhem Moulin | 2017-06-29 | 1 |
* | webserver: refuse to follow symlink when serving ACME challenge responses. | Guilhem Moulin | 2017-06-29 | 1 |