certfind(1) - Linux man page

Name

certfind - find an entry based on a certificate

Synopsis

certfind [ options ] [ certificatefile ]

Options

-hhostname
connect to server hostname.
-pport
use port port instead of the usual LDAP port 389.
-s
use the subject distinguished name of the certificate and its issuer to search for the entry. -n use the serial number of the certificate and its issuer to search for the entry.
-d
increase debug level.
-Dtargetdn
add all the attributes specified to the entry with distinguished name targetdn.
-bbinddn
bind as user binddn to the directory.
-wpassword
use password to bind to the directory.

Description

Certfind searches the directory for a node either having a userCertificate attribute with the given certificate as its value, or having an issuerDN attribute with the DN of the certificate issuer, and either a subjectDN or a serialNumber attribute with the corresponding values from the certificate. The certificate is either specified as a certificatefilename argument on the command line or read from standard input.

See Also

cert2ldap(1)

Author

Andreas F. Mueller <andreas.mueller@othello.ch>