Table of Contents

Function

The CertAuthentication object manages the authentication data for a certificate order. Depending on the method, different data is displayed or required.

  • Authentication data depends on the method.
  • The automatic zone provisioning only works if the zone is managed by InterNetX and is editable.
  • As parent tag  <authentication> is used.

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription
approverEmailsapprover_email0 - nstringEmailThe email used for the Domain  Control Verification.
dnsdns0 - 1string
A zone record as a string
fileContentfile_content0 - 1string
The file content
fileNamefile_name0 - 1string
The file name
methodmethod1enumAuthMethodThe authentication method
provisioningprovisioning0 - 1boolean

Automatic zone provisioning for DNS validation

  • false = off
  • true = on

Default value = false

For XML, 0 (false) and 1 (true) can also be used.