-
Windows Server Validate certificate chain with powershell
I'm trying to write a script which validates certificate chain in PowerShell (that all certificates in the chain are not expired) and finds the certificate which is closest to expiration. I'm using following script to find issuer certificate: Get-ChildItem -Recurse -Path Cert: | Where-Object {...- ievgen
- Thread
- automated certificate chain expiration issuer powershell scripting security thumbprint validation
- Replies: 2
- Forum: Programming and Scripting