Re: httpd and letsencrypt

2016-08-27 Thread Stefan Sperling
On Fri, Aug 26, 2016 at 09:44:37AM -0700, Jacob Champion wrote:
> On 08/26/2016 07:47 AM, Rich Bowen wrote:
> >At LinuxCon I spoke with the director of the LetsEncrypt project - whose
> >business card I haven't yet found in unpacking - and he asked whether
> >the httpd project would be interested in LetsEncrypt being "in" httpd.
> >That is, when one installs httpd, letsencrypt would just be a config
> >option. (I have no idea how this would actually work, but that's beside
> >the point really.)
> >
> >Is this something that we'd be interested in, if it were contributed? I
> >note that their software is under the Apache License, so there shouldn't
> >be any difficulty on that front.
> 
> I assume you mean that they would donate a Let's Encrypt *client* for us to
> ship? I think that would be neat.

In case people are looking for a client implementation in C with a
suitable licence, see https://kristaps.bsd.lv/letskencrypt/
Perhaps this code base can serve as a baseline or inspiration.


Re: httpd and letsencrypt

2016-08-27 Thread Stefan Eissing
+1

> Am 26.08.2016 um 18:44 schrieb Jacob Champion :
> 
> On 08/26/2016 07:47 AM, Rich Bowen wrote:
>> At LinuxCon I spoke with the director of the LetsEncrypt project - whose
>> business card I haven't yet found in unpacking - and he asked whether
>> the httpd project would be interested in LetsEncrypt being "in" httpd.
>> That is, when one installs httpd, letsencrypt would just be a config
>> option. (I have no idea how this would actually work, but that's beside
>> the point really.)
>> 
>> Is this something that we'd be interested in, if it were contributed? I
>> note that their software is under the Apache License, so there shouldn't
>> be any difficulty on that front.
> 
> I assume you mean that they would donate a Let's Encrypt *client* for us to 
> ship? I think that would be neat.
> 
> --Jacob