Returns whether a certificate chain is valid given a set of trusted certificates.
The chain and trusted certificates are PEM-encoded bundles of X.509 certificates.
Type declaration
(chain:string,trusted:string):boolean
Returns whether a certificate chain is valid given a set of trusted certificates.
The chain and trusted certificates are PEM-encoded bundles of X.509 certificates.
Returns whether a certificate chain is valid given a set of trusted certificates. The chain and trusted certificates are PEM-encoded bundles of X.509 certificates.