AddACMEaccount
This command is used to create an ACME account with a subscription term of 1, 2, or 3 years chosen at pre-registration. Creating an ACME account does not initiate a subscription, and may be done at any time; until the first domain is added to the subscription, the term remains inactive. Once the first domain is added, the subscription begins, the fee is charged immediately, and the expiration date is set based on the chosen term. Any further domains added afterwards join this same active subscription, inheriting its existing expiration date rather than starting a new term.
Required Parameters
Section titled “Required Parameters”The following parameters are standard parameters for this command.
Command
COMMAND = AddACMEaccountCERTVALIDATIONTYPE = DVPROVIDER = sectigoPERIOD = 1|2|3Response
code = (INTEGER)description = (TEXT)runtime = (INTEGER)queuetime = (INTEGER)property[acmeaccount][0] = (TEXT)property[acmeaccount hmac][0] = (TEXT)property[acmeaccount kid][0] = (TEXT)property[acmeserverurl][0] = (TEXT)property[certvalidationtype][0] = DVproperty[status][0] = PENDINGAttributes
Section titled “Attributes”| ATTRIBUTES | DETAILS |
|---|---|
| CERTVALIDATIONTYPE | Type of certificate validation used for the ACME account. |
| PROVIDER | ACME provider the account is created with. |
| PERIOD | Subscription term, in years. Defaults to 1 year if not provided. |
| acmeaccount hmac | HMAC key for the external account. |
| acmeaccount kid | Key identifier for the external account. |
Optional Parameters
Section titled “Optional Parameters”The following parameters are optional for this command.
Command
SERVICETAG# = (TEXT)ADDSERVICETAG# = (TEXT)Attributes
Section titled “Attributes”| ATTRIBUTES | DETAILS |
|---|---|
| SERVICETAG# | Service tag associated with the ACME account. |
| ADDSERVICETAG# | Adds a service tag for the ACME account. |
ACME commands