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

Functions

ASN1_TIME_diff
int ASN1_TIME_diff(int* pday, int* psec, ASN1_TIME* from, ASN1_TIME* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

directoryUrlInit
enum directoryUrlInit;
Undocumented in source.
directoryUrlInit
enum directoryUrlInit;
Undocumented in source.
directoryUrlProd
enum directoryUrlProd;
Undocumented in source.
directoryUrlStaging
enum directoryUrlStaging;
Undocumented in source.

Structs

AcmeResources
struct AcmeResources

This structure stores the resource url of the ACME server

Certificate
struct Certificate

An openssl certificate

Meta