certsd 0.6.5

CertsD - automated, asynchronous LE certificate issuer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(
    acme_staging: true,
    accounts: [
        (
            cloudflare_api_token: "the-api-token",
            cloudflare_zone_id: "the-zone-id",
            domain: "the-domain.com",
            contacts: ["me@example.com", "someone@example.com"],
        ),
        (
            cloudflare_api_token: "the-second-api-token",
            cloudflare_zone_id: "the-second-zone-id",
            domain: "the-second-domain.com",
            contacts: ["another.me@example.com"],
        )
    ],
    slack_webhook: "https://127.0.0.1/",
)