package letsencrypt-app
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  ACME implementation in OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      letsencrypt-1.0.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=928346d7d6a82d8dbc1dbec6cae3ee254cab080139f67daf8db1f8cf4ca41af0
    
    
  sha512=bcb394200ac4a9d4bc4ed45cc60d6c6af0827d81b68b79d0fcc5e80700a33eb6792cb3fd76ebb2309fe50a61c4ad71def3f8f10a508d7c50c38a4b30dccba906
    
    
  Description
An ACME client implementation of the ACME protocol (RFC 8555) for OCaml
Published: 05 Sep 2024
README
let's encrypt - an ACME implementation in OCaml
This package contains an implementation of the ACME protocol (mostly client side) purely in OCaml based on RFC 8555. The HTTP, DNS, and ALPN challenges are implemented.
Build with:
    $ opam install letsencrypt
$ opam install letsencrypt-app #for oacmel, the LE client binaryGenerate a new account key with:
    $ openssl req -newkey rsa > csr.pem
$ openssl genrsa > account.pemwith OCaml version ≥ 4.07.0. Note: acme.ml is not tested, and should be considered yet to be implemented.
Dependencies (14)
- 
  
    randomconv
  
  
    
>= "0.2.0" - fpath
 - bos
 - ptime
 - 
  
    mirage-crypto-rng
  
  
    
>= "1.0.0" - 
  
    lwt
  
  
    
>= "2.6.0" - 
  
    fmt
  
  
    
>= "0.8.7" - logs
 - 
  
    cohttp-lwt-unix
  
  
    
>= "1.0.0" - 
  
    cmdliner
  
  
    
>= "1.1.0" - 
  
    letsencrypt-dns
  
  
    
= version - 
  
    letsencrypt
  
  
    
= version - 
  
    dune
  
  
    
>= "1.2.0" - 
  
    ocaml
  
  
    
>= "4.13.0" 
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page