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:
|
allow_include_override | boolean | optional | Indicates if the |
default_method | string | optional | Indicates the default method to generate a Subject Key Identifier. Must be from the values defined in |
allowed_method | array of strings | optional | Indicates the allowed methods to generate a Subject Key Identifier. Possible values:
|