Skip to main content

SKI extension

Enables the Subject Key Identifier (SKI) extension and defines the method types to use to create SKI extensions.

Example JSON

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

Parameters

Name

Type

Req/Opt

Description

ski_extension

object

optional

SKI extension details.

include

string

optional

Indicates if the SKI extension must be included in the certificate. Possible values:

  • yes (default)

  • no

  • optional

allow_include_override

boolean

optional

Indicates if the include flag can be overridden. Defaults to false.

default_method

string

optional

Indicates the default method to generate a Subject Key Identifier. Must be from the values defined in allowed_method.

allowed_method

array of strings

optional

Indicates the allowed methods to generate a Subject Key Identifier. Possible values:

  • method1

  • method2