Zend certified PHP/Magento developer

How to allow specific SSL client certificates in Nginx?

Nginx’s ssl_client_certificate and ssl_trusted_certificate directives can be used to allow client certificates signed by a given authority. But how can I allow specific certificates? I would like to filter by certificate fingerprint, or alternatively, by certificate authority + client cert serial number.