<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lacme/Changelog, branch upstream/0.7</title>
<subtitle>Small ACME client written with process isolation and minimal privileges in mind</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/'/>
<entry>
<title>Use upstream certicate chain instead of an hardcoded one.</title>
<updated>2020-11-25T23:16:06+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-11-25T18:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=51369e3955cdc5bf3f1ba0f6e2d7c4d73406c111'/>
<id>51369e3955cdc5bf3f1ba0f6e2d7c4d73406c111</id>
<content type='text'>
This is a breaking change.  The certificate indicated by 'CAfile' is no
longer used as is in 'certificate-chain' (along with the leaf cert).
The chain returned by the ACME v2 endpoint is used instead.  This allows
for more flexbility with respect to key/CA rotation, cf.
https://letsencrypt.org/2020/11/06/own-two-feet.html and
https://community.letsencrypt.org/t/beginning-issuance-from-r3/139018

Moreover 'CAfile' now defaults to @@datadir@@/lacme/ca-certificates.crt
which is a concatenation of all known active CA certificates (which
includes the previous default).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a breaking change.  The certificate indicated by 'CAfile' is no
longer used as is in 'certificate-chain' (along with the leaf cert).
The chain returned by the ACME v2 endpoint is used instead.  This allows
for more flexbility with respect to key/CA rotation, cf.
https://letsencrypt.org/2020/11/06/own-two-feet.html and
https://community.letsencrypt.org/t/beginning-issuance-from-r3/139018

Moreover 'CAfile' now defaults to @@datadir@@/lacme/ca-certificates.crt
which is a concatenation of all known active CA certificates (which
includes the previous default).
</pre>
</div>
</content>
</entry>
<entry>
<title>New release 0.6.1</title>
<updated>2020-08-03T23:40:25+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T23:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=49c14fb9faf9aedf1f6c22bff9526ba980d0f23b'/>
<id>49c14fb9faf9aedf1f6c22bff9526ba980d0f23b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore [accountd] section from lacme.conf when the --socket option is defined.</title>
<updated>2020-08-03T23:39:39+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T20:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=e419eb68718085fa2e2505eb4b4aa08145f7dc1c'/>
<id>e419eb68718085fa2e2505eb4b4aa08145f7dc1c</id>
<content type='text'>
This allows remotely-controlled lacme processes being controlled without
modifying an config files.  See https://bugs.debian.org/955767 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows remotely-controlled lacme processes being controlled without
modifying an config files.  See https://bugs.debian.org/955767 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Use variables for target directories etc.</title>
<updated>2020-08-03T23:39:35+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T22:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=da8b727f156d23553eecb90e8731d39c6027cb02'/>
<id>da8b727f156d23553eecb90e8731d39c6027cb02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt Apache2 snippet to Apache2 2.4.</title>
<updated>2020-08-03T22:00:00+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T20:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=d9946b9ab478026defed364485d970b4041e1a2a'/>
<id>d9946b9ab478026defed364485d970b4041e1a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default libexec dir from /usr/lib/lacme to /usr/libexec/lacme.</title>
<updated>2020-08-03T20:31:35+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T20:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=294bc39102e9263a268b58fe29e03c9983ccfeca'/>
<id>294bc39102e9263a268b58fe29e03c9983ccfeca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install lacme manpage to section 8.</title>
<updated>2020-08-03T20:31:20+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T20:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=f6913c09b9987ae8a6f65f5acfa7673278c701be'/>
<id>f6913c09b9987ae8a6f65f5acfa7673278c701be</id>
<content type='text'>
As it's a system command, see hier(7) for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it's a system command, see hier(7) for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Major refactoring, add install and uninstall targets.</title>
<updated>2020-08-03T20:31:19+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2020-08-03T19:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=615f98315ce17751a703d4933ae690befdae82e1'/>
<id>615f98315ce17751a703d4933ae690befdae82e1</id>
<content type='text'>
Honor BUILD_DOCDIR and DESTDIR variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Honor BUILD_DOCDIR and DESTDIR variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use /run for the listening socket of the webserver component.</title>
<updated>2019-08-21T22:34:04+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-08-21T22:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=89f8c948d7b39314d7fc997643874adc6be92462'/>
<id>89f8c948d7b39314d7fc997643874adc6be92462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New release 0.6.</title>
<updated>2019-08-21T16:25:39+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2019-08-21T16:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=454b29d61daaba8f19f0d890d59d259ef1416907'/>
<id>454b29d61daaba8f19f0d890d59d259ef1416907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
