verifyCertificateSpki property

List<String>? verifyCertificateSpki
final

An optional list of base64-encoded SHA-256 hashes of the SKPIs of authorized client certificates.

Note: When both verifycertificatehash and verifycertificatespki are specified, a hash matching either value will result in the certificate being accepted.

Implementation

final List<String>? verifyCertificateSpki;