acme2 0.3.2

A Tokio and OpenSSL based ACMEv2 client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "pebble": {
    "listenAddress": "0.0.0.0:14000",
    "managementListenAddress": "0.0.0.0:15000",
    "certificate": "certs/localhost/cert.pem",
    "privateKey": "certs/localhost/key.pem",
    "httpPort": 5002,
    "tlsPort": 5001,
    "ocspResponderURL": "",
    "externalAccountBindingRequired": false
  }
}