AcmeClient.this

Instanciate a AcmeClient using a private key for signing

Param: accountPrivateKey = The signingKey is the Acme account private key used to sign requests to the acme CA, in pem format.

class AcmeClient
this
(,
bool beVerbose = false
)

Throws

an instance of AcmeException on fatal or unexpected errors.

Meta