<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lacme/Makefile, branch debian/0.7-1</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>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>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>factor out jq-script from Makefile</title>
<updated>2020-08-03T19:54:29+00:00</updated>
<author>
<name>Benjamin Tietz</name>
<email>benjamin@micronet24.de</email>
</author>
<published>2018-11-28T19:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=0cf8517bea1e939d7054e682cde24767e7ed6e04'/>
<id>0cf8517bea1e939d7054e682cde24767e7ed6e04</id>
<content type='text'>
the script is just a plain copy, but now accessible without make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the script is just a plain copy, but now accessible without make
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix manpage generation with pandoc &gt;=2.1</title>
<updated>2018-04-26T18:31:51+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2018-04-26T14:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=5ea132288e4f83fa24ebf3f61b503e440aaccad5'/>
<id>5ea132288e4f83fa24ebf3f61b503e440aaccad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy snippets/*.conf to /etc/lacme</title>
<updated>2017-07-27T22:28:24+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2017-07-27T22:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=ed76ee7723e232d288522db61e6ddabd6fd90b90'/>
<id>ed76ee7723e232d288522db61e6ddabd6fd90b90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generation of manpages with pandoc &gt;=1.18</title>
<updated>2017-07-27T22:16:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2017-07-27T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=ecd60a86cdf9086912714100c0b0659c4d469870'/>
<id>ecd60a86cdf9086912714100c0b0659c4d469870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/lacme-certs.d/lacme-certs.conf.d/</title>
<updated>2016-12-05T15:52:08+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2016-12-05T15:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/lacme/commit/?id=0eb9f40182299b2615f5ac0190d40429f5f64ed7'/>
<id>0eb9f40182299b2615f5ac0190d40429f5f64ed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
