Testimo icon indicating copy to clipboard operation
Testimo copied to clipboard

LDAP URI check for certificate uploaded through DSPUBLISH

Open red-erik opened this issue 2 years ago • 2 comments
trafficstars

Hello, is there a way to report on published CRL (off line root CA) into ADDS ?

Regards, Red.

red-erik avatar Oct 09 '23 13:10 red-erik

Isn't it just:

Get-ADObject -Filter * -SearchBase "CN=Public Key Services,CN=Services,CN=Configuration,DC=ad,DC=evotec,DC=xyz" -SearchScope Subtree

What would you want with it?

PrzemyslawKlys avatar Oct 22 '23 08:10 PrzemyslawKlys

Hello, I mean a dedicated check with a specific Source like: Invoke-Testimo -Source 'CRLStatus','ForestSubnets' -Online -ReportPath $PSScriptRoot\Reports\TestimoSummary.html -AlwaysShowSteps Since the "date" is not shown and would be nice to report on Expiration

red-erik avatar Oct 23 '23 08:10 red-erik