acme.client

Simple client for ACME protocol

This software provides a simple and minimalistic ACME client. It provides no fancy options, but sticks with the most common settings.

Members

Classes

AcmeClient
class AcmeClient

A simple ACME v2 client

Manifest constants

directoryUrlProd
enum directoryUrlProd;

Url to official v2 API of letsencrypt

directoryUrlStaging
enum directoryUrlStaging;

Url to official v2 staging API of letsencrypt

Structs

AcmeResources
struct AcmeResources

This structure stores the resource url of the ACME server

Certificate
struct Certificate

An openssl certificate

Variables

useStagingServer
bool useStagingServer;

By default, we always use the staging and test server.

Meta