acme.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 client

Functions

getIntermediateCertificate
string getIntermediateCertificate(string linkHeader)

Get the issuer certificate from a 'Link' response header

Manifest constants

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

Structs

AcmeClientImpl
struct AcmeClientImpl

The implementation of the AcmeClient

AcmeResources
struct AcmeResources

This structure stores the resource url of the ACME server

Certificate
struct Certificate

An openssl certificate

Variables

directoryUrlInit
string directoryUrlInit;
Undocumented in source.
directoryUrlInit
string directoryUrlInit;
Undocumented in source.

Meta