acme-lib icon indicating copy to clipboard operation
acme-lib copied to clipboard

Add lib to list of libs on lets encrypt website

Open gorup opened this issue 4 years ago • 4 comments

Hi!

As long as you consider your library somewhat production ready, you should add this library to the list of libraries on Let's Encrypt's website: here. There are directions on how to add the library to that list at the bottom of that page. I found your lib just poking around crates.io, but it would be helpful to have this posted on that list.

PS Thanks for the lib, I am going to try to work it into a library I have!

gorup avatar Oct 05 '19 17:10 gorup

Good idea! I'll do that! Thanks!

lolgesten avatar Oct 07 '19 06:10 lolgesten

Certainly a good idea, but I'm not sure if it will get accepted, because of these requirements:

The client respects the Let’s Encrypt trademark policy. (not sure if there are problems, but it seems like a large wall of text) The client is not browser-based and supports automatic renewals.

Acme-lib doesn't support automatic renewals, right? Or at least, I'm trying to figure out how to implement this is a server currently.

joepio avatar Dec 20 '20 13:12 joepio

The client respects the Let’s Encrypt trademark policy.

I thought I was being quite good on this one? What do you mean?

The client is not browser-based and supports automatic renewals.

Right. It's true that the renewal would need to be coded by the user of the library.

lolgesten avatar Dec 21 '20 08:12 lolgesten

The client respects the Let’s Encrypt trademark policy. I thought I was being quite good on this one? What do you mean?

Sorry, I wasn't clear - I don't see any problems, but it was just a huge wall of text and I thought you should be aware of it!

joepio avatar Dec 21 '20 10:12 joepio