alexmingoia / crag

Native Haskell ACME Library

Home Page:https://git.hemio.de/hemio/crag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crag

Native Haskell client library and CLI for ACME (Automatic Certificate Management Environment, RFC 8555)

build status coverage report

Integration Tests

The integration tests are performed against letsencrypt/pebble. These tests can be run by executing

sudo curl -sSL https://get.haskellstack.org/ | sh
make pebble
stack test

All required servers are started and stopped automatically.

About ACME

About

Native Haskell ACME Library

https://git.hemio.de/hemio/crag

License:GNU Lesser General Public License v3.0


Languages

Language:Haskell 98.2%Language:Makefile 1.8%