Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Nov 2, 2019
1 parent 1162b55 commit 28fa206
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v0.1.0 (2019-11-02)

* Initial release
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [let's encrypt](https://letsencrypt.org/) - an ACME implementation in OCaml

This package contains an implementation of the ACME protocol (mostly client
side) purely in OCaml based on draft05. The HTTP and DNS challenges are
implemented (DNS sends signed nsupdate to the authoritative DNS server).

Build with:

$ opam pin add letsencrypt .
Expand Down
3 changes: 2 additions & 1 deletion letsencrypt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ authors:
license: "BSD-2-clause"
homepage: "https://github.com/mmaker/ocaml-letsencrypt"
bug-reports: "https://github.com/mmaker/ocaml-letsencrypt/issues"
doc: "https://mmaker.github.io/ocaml-letsencrypt"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {build}
"dune"
"astring"
"rresult"
"base64" {>= "3.1.0"}
Expand Down

0 comments on commit 28fa206

Please sign in to comment.