AcmeClient.createNewAccount

Create a new account and bind a key pair to it.

Before we can do anything, we need to register an account and bind a RSA/EC keypair to it, which is used for signatures in JWS and to create the CSR.

class AcmeClient
bool
createNewAccount
(
string[] contacts
,
bool tosAgreed = false
,
bool onlyReturnExisting = false
)

Meta