Skip to main content

Extensions order

Extension order allows you to define the order that the extensions appear in the certificate.

Example JSON: Extensions order

{
   ...
  "extensions": {
    "extensions_order": [
      "authority_info_access",
      "authority_key_id",
      "basic_constraints",
      "certificate_policies",
      "crl_distribution_points",
      "extended_key_usage",
      "key_usage",
      "microsoft_certificate_template_v2",
      "SAN",
      "subject_directory_attributes",
      "subject_key_id"
    ]
  }
}

Parameters: Extensions order

Name

Type

Req/Opt

Description

extension_order

array of strings

optional

Define the order the extensions appear in the certificate.

Possible values:

  • authority_info_access

  • authority_key_id

  • basic_constraints

  • certificate_policies

  • crl_distribution_points

  • extended_key_usage

  • key_usage

  • microsoft_certificate_template_v2

  • SAN

  • subject_directory_attributes

  • subject_key_id