GET Identifiers Types

The GET /Identifiers/Types method returns the supported types for identifiers configured in the Keyfactor ACME server. This method has no input parameters other than the standard headers (see Endpoint Common Features). This method returns HTTP 200 OK on a success with the supported types for identifiers.

Tip:  To be able to make this call, the requesting user must have the SuperAdmin role in the claims list either directly or via a group/role (see Access Control and Claims).

Table 35: GET Identifiers Types Response Data

Name

Description
n/a

An array of strings containing the supported types of identifiers. For example:

  • Fqdn: A specific fully qualified domain name.
  • Regex: A regular expression identifying one or more supported domain name structures.
  • Subnet: An expression identifying IP address values. Values must be provided in CIDR notation. IP values are only supported in certificate SANs. Both IPv4 and IPv6 are supported.
  • Wildcard: A domain name provided as a wildcard value.

    Note:  In order to support wildcards, the use of wildcards must be enabled. See Settings.