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

getIntermediateCertificate
string getIntermediateCertificate(string linkHeader)

Get the issuer certificate from a 'Link' response header

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