Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Jun 23, 2024
1 parent b759f3e commit fbf62d7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# acme-lib
# acme-v2

acme-lib is a library for accessing ACME (Automatic Certificate Management Environment)
acme-v2 is a library for accessing ACME (Automatic Certificate Management Environment)
services such as [Let's Encrypt](https://letsencrypt.org/).

Uses ACME v2 to issue/renew certificates.

## Forked from acme-lib

This library is a fork of [acme-lib](https://github.com/algesten/acme-lib) while addressing some of the issues that were not addressed in the original library.


## Example

```rust
Expand Down

0 comments on commit fbf62d7

Please sign in to comment.