Skip to content

A tool to examine and verify PKI certificates within Active Directory

Notifications You must be signed in to change notification settings

skradel/ShowAdCerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShowAdCerts

A tool to examine and verify PKI certificates within Active Directory

Switches (all are optional):

-h host or domain name (default = default logon server) -f ldap filter (default = userCertificate=* ) -b search base (default = domain root NC ) -v (turn on cert validation of non-expired certs ) -r (dump raw cert data )

This utility works very nicely with the openssl commandline tools, e.g.: ShowAdCerts -f sn=smith -r | openssl x509 -text

About

A tool to examine and verify PKI certificates within Active Directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages