Skip to main content

SKI extension

The subject key identifier extension allows you to define the subject key identifiers in the certificate.

Example JSON

{
  ...
  "extensions": {
    "ski_extension": {
      "default_method": "method1",
      "allowed_methods": [
        "method1",
        "method2"
      ]
    }
  }
}

Parameters

Name

Type

Req/Opt

Description

ski_extension

object

optional

Subject key identifier (SKI) extension details

.. default_method

string

optional

Define the default method; use any value from the list of allowed methods.

.. allowed_methods

array of strings

optional

Define the allowed methods.

Possible values:

  • method1

  • method2