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

directoryJson
JSONValue directoryJson;
Undocumented in source.
directoryUrl
string directoryUrl;

Initial config url to directory resource

keyChangeUrl
string keyChangeUrl;
Undocumented in source.
metaJson
string metaJson;
Undocumented in source.
newAccountUrl
string newAccountUrl;
Undocumented in source.
newAuthZUrl
string newAuthZUrl;
Undocumented in source.
newCertUrl
string newCertUrl;
Undocumented in source.
newNOnceUrl
string newNOnceUrl;
Undocumented in source.
newOrderUrl
string newOrderUrl;
Undocumented in source.
newRegUrl
string newRegUrl;
Undocumented in source.
revokeCrtUrl
string revokeCrtUrl;
Undocumented in source.

Meta