AcmeResources

This structure stores the resource url of the ACME server

Members

Functions

decodeDirectoryJson
void decodeDirectoryJson(const(char[]) directory)
Undocumented in source. Be warned that the author may not have intended to support it.
getResources
void getResources()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(string initstr)
Undocumented in source. Be warned that the author may not have intended to support it.

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

newCertUrl
string newCertUrl;
Undocumented in source.
newNOnceUrl
string newNOnceUrl;

Url to newNonce resource

newOrderUrl
string newOrderUrl;

Url to newOrder resource

newRegUrl
string newRegUrl;
Undocumented in source.
nonce
string nonce;

The Nonce for the next JWS transfer

revokeCrtUrl
string revokeCrtUrl;

Url to revokeCert resource

Meta