约 55,000 个结果
在新选项卡中打开链接
  1. Basic CRL checking with certutil | Microsoft Community Hub

    First published on TECHNET on Nov 30, 2006 I want to start this blog with a very basic topic: CRL checking.

  2. Disposition values for certutil –view –restrict (and some …

    The expression RequestID=$ instructs certutil to sort the database query from high to low and stop after the first entry is displayed. certutil -view -restrict "RequestId=$,Disposition=20" -out …

  3. The Case of the Enormous CA Database | Microsoft …

    The next step in this process is to actually delete the rows using our trusty command line utility certutil.exe . The -deleterow verb, introduced in Windows Server 2003, can be used to delete …

  4. A simple way to set the certutil -config option

    When you are performing an operation on a remote CA, certutil requires the config string as input parameter. The common way to find out the config string is to run a certutil -dump command, …

  5. Adding certificates to the local certificates store and setting …

    If you try to use ‘personal’ with certutil, the command may complete but, check the store – no certificate is listed. This demonstrates that there are two names for each cert store – the ‘user …

  6. Renew Certificate Authority Certificates on Windows Server …

    Using the following command: CertUtil -InstallCert CACertFileName Example: Certutil -InstallCert FourthCoffeeSubCACert.cer When this command is run the Certificate Service Service on the …

  7. Step by Step: 2-Tier PKI Lab | Microsoft Community Hub

    Run certutil -crl to issue a fresh CRL. Distribute the new CRL: copy it to the HTTP CDP location (overwrite the old file) and, if applicable, use certutil -dspublish -f RootCA.crl to update it in …

  8. Manually publishing a CA certificate or CRL into a LDAP store

    First published on TECHNET on Apr 13, 2007 The CA is automatically publishing its own certificates and related CRLs into Active Directory if a LDAP reference...

  9. Disaster Recovery Procedures for Active Directory Certificate …

    First published on TECHNET on Apr 20, 2010 Introduction: When designing a public key infrastructure (PKI) for your organization, you must develop an effective disaster recovery plan …

  10. Adding a Certificate to Trusted Publishers using Microsoft …

    Official documentation on certutil.exe is sparse, though, so this is left as an exercise for the reader if desired. Let us know if you have any additional questions on this by replying back to this …