chain

About this tag
The tag 'chain' on WindowsForum.com covers topics related to certificate chain validation in PowerShell, IPsec connection errors due to certificate chain policy mismatches in Windows 7 and Windows Server 2008 R2, and a humorous thread titled 'The Chain Pullers.' Discussions include scripting to validate certificate chains and find the certificate closest to expiration, as well as troubleshooting the ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH error. The tag also includes a thread about wallet chains and strings for securing personal items, though this is unrelated to Windows or technology.
  1. whoosh

    ART The Chain Pullers

    :)
  2. ievgen

    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 {...
  3. News

    "ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH" error when you try to start an IPsec connection between

    Fixes an issue in which you receive an "ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH" error message when you try to start an IPsec connection between two computers. This issue occurs in Windows 7 or in Windows Server 2008 R2 More...
  4. H

    Wallet Strings

    I've recently started looking into this, because today I came so close to losing my wallet in the city (if it wasn't for something, I would not have noticed I left it somewhere) and when I googled ways to not let this happen, I've been reading about "wallet chains" but I'm not interested in...
Back
Top