package letsencrypt-mirage
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  ACME implementation in OCaml for MirageOS
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      letsencrypt-1.1.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=230e7919f7f21b9b56038f616a8d73f415faa78376f842ae84b2283b01bc10a3
    
    
  sha512=a30efac9a4d479d3519e99e8f81c2d824b55552d2a04b89caafe27836a326da1406be0be827619fd60526f65471ee7f0589ee348676e017cf1c857c1f803fafe
    
    
  Description
An ACME client implementation of the ACME protocol (RFC 8555) for OCaml & MirageOS
Published: 28 Feb 2025
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 (9)
- 
  
    paf
  
  
    
>= "0.8.0" - 
  
    emile
  
  
    
>= "1.1" - duration
 - 
  
    mirage-sleep
  
  
    
>= "4.0.0" - 
  
    tcpip
  
  
    
>= "7.0.0" - 
  
    http-mirage-client
  
  
    
>= "0.0.10" - 
  
    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