• This repository has been archived on 01/Dec/2018
  • Stars
    star
    176
  • Rank 210,115 (Top 5 %)
  • Language
    C
  • License
    ISC License
  • Created about 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

secure ACME client

Attention: acme-client has moved permanently into OpenBSD. It is not maintained here any more. If you're using this repository---which is intended for OpenBSD anyway---you're using old code. Please use the local version instead!

If you'd like to contribute to acme-client, please submit patches to the OpenBSD tree.

Synopsis

acme-client is yet another ACME client, specifically for Let's Encrypt, but one with a strong focus on security.

It was originally named letskencrypt until version 0.1.11.

Please see kristaps.bsd.lv/acme-client for stable releases: this repository is for current development of the OpenBSD version, requiring OpenBSD 5.9 or greater. For the portable version (Mac OS X, Linux, FreeBSD, NetBSD) see acme-client-portable.

Note: this is not the same as the OpenBSD version of acme-client.

This repository mirrors the master CVS repository: any source changes will occur in the master and be pushed periodically to GitHub. If you have bug reports or patches, either file them here or e-mail them to me.

Feature requests will be ignored unless joined by a patch. If there's something you need, I'm happy to work with you to make it happen. If you really need it, I'm available for contract (contact me by e-mail).

License

Sources use the ISC (like OpenBSD) license. See the LICENSE.md file for details.

The jsmn.c and jsmn.h files use the MIT license. See https://github.com/zserge/jsmn for details.