igcv3 - v1.1.0
GitHub
Preparing search index...
lib/bundle-helpers
ChainSortValidationResult
Interface ChainSortValidationResult
Validate and sort chain, returning detailed result.
interface
ChainSortValidationResult
{
isValid
:
boolean
;
sortedIntermediates
:
string
[]
;
sortedRoot
:
string
|
undefined
;
chain
:
Certificate
[]
;
wasReordered
:
boolean
;
orphans
:
Certificate
[]
;
reorderLog
:
string
[]
;
errors
:
string
[]
;
}
Index
Properties
is
Valid
sorted
Intermediates
sorted
Root
chain
was
Reordered
orphans
reorder
Log
errors
Properties
is
Valid
isValid
:
boolean
sorted
Intermediates
sortedIntermediates
:
string
[]
sorted
Root
sortedRoot
:
string
|
undefined
chain
chain
:
Certificate
[]
was
Reordered
wasReordered
:
boolean
orphans
orphans
:
Certificate
[]
reorder
Log
reorderLog
:
string
[]
errors
errors
:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Valid
sorted
Intermediates
sorted
Root
chain
was
Reordered
orphans
reorder
Log
errors
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Validate and sort chain, returning detailed result.