PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
326 stars 72 forks source link

How Can I Contribute? #1

Open KennethJakobsen opened 6 years ago

KennethJakobsen commented 6 years ago

If you need any help, add an issue I can pick up.

ebekker commented 6 years ago

Let me try to put some ideas together

KennethJakobsen commented 6 years ago

I Will also be happy to do code reviews If you need it.

ebekker commented 6 years ago

So the core client is working now -- it's able to:

I'm going back and cleaning up the API now -- the core client and supporting model artifacts.

One of the next things I was going to work on was an extension to ASP.NET Core to support integrated cert configuration -- this would be a good use case to exercise the client, see how the API feels and provide a good use case for others to do integrations with their own use cases.

This may be an area that interests you specifically for your own uses cases, so you can start that up if you like?

ebekker commented 6 years ago

Code reviews would be great too -- would be interested in any feedback on API, how intuitive it is to work with, any missing uses cases, etc, general code quality, etc.

I'm also in the middle of setting up the automated CI pipeline, but that should be finished up in a day or two.

KennethJakobsen commented 6 years ago

I’ll have a look at the code over the weekend