verifyCertificateHash property

List<String>? verifyCertificateHash
final

An optional list of hex-encoded SHA-256 hashes of the authorized client certificates. Both simple and colon separated formats are acceptable.

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

Implementation

final List<String>? verifyCertificateHash;