yacme 5.0.1

Yet another ACME client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "status": "valid",
    "expires": "2015-03-01T14:09:07.99Z",
    "identifier": {
        "type": "dns",
        "value": "www.example.org"
    },
    "challenges": [
        {
            "url": "https://example.com/acme/chall/prV_B7yEyA4",
            "type": "http-01",
            "status": "valid",
            "token": "DGyRejmCefe7v4NfDGDKfA",
            "validated": "2014-12-01T12:05:58.16Z"
        }
    ],
    "wildcard": false
}