AcmeResources

This structure stores the resource url of the ACME server

Members

Functions

decodeDirectoryJson
void decodeDirectoryJson(const(char[]) directory)

Decode a ACME directory JSON

getResources
void getResources()
Undocumented in source. Be warned that the author may not have intended to support it.
initClient
void initClient(string initstr)

Init the Resource with a ACME directory URL

Variables

accountUrl
string accountUrl;

Account Url for a JWK.

directoryJson
JSONValue directoryJson;

JSON string returned returned from directoryURL

directoryUrl
string directoryUrl;

Initial config url to directory resource

keyChangeUrl
string keyChangeUrl;

Url to keyChange resource

metaJson
string metaJson;

Metadata as JSON string (undecoded)

newAccountUrl
string newAccountUrl;

Url to newAccount resource

newAuthZUrl
string newAuthZUrl;

Url to newAuthz resource

newNOnceUrl
string newNOnceUrl;

Url to newNonce resource

newOrderUrl
string newOrderUrl;

Url to newOrder resource

nonce
string nonce;

The Nonce for the next JWS transfer

revokeCrtUrl
string revokeCrtUrl;

Url to revokeCert resource

Meta