<< < 1 2 3 4 5 6 > >>   ∑:133  Sort:Date

makecert.exe - List of Command Basic Options
How to get a list of basic options supported by the "makecert.exe" command? You can see a list of basic options supported by running "makecert.exe -?" as shown in this tutorial. C:\fyicenter&gt; "\Program Files\Microsoft Visual Studio 8\sdk\v2.0\bin\makecert.exe" -? Usage: MakeCert [ basic|exten...
2012-08-08, 8075🔥, 0💬

Certificate Stores under "LocalMachine" in Windows PowerShell
What are certificate stores under the "LocalMachine" location in Windows PowerShell? Certificate stores under the "LocalMachine" location hold certificates generic to all users and applications on the local machine to the current logged in user. You can see them using the "dir" command on the "Cert:...
2016-07-31, 7969🔥, 0💬

certmgr.msc - View Certificate General Info
How to view general information of a certificate in a certificate store using "certmgr.msc"? You can view general information of a certificate in a certificate store using the "certmgr.msc" tool as shown in this tutorial. 1. Start "certmgr.msc" Management Console on your Windows system. You see list...
2012-08-02, 7559🔥, 0💬

Root CA Certificates Provided on Windows in 2019
Where I can get a list of all root CA certificates provided by Microsoft on Windows? Here is a complete list of trusted root CA certificate provided by Microsoft on Windows system in 2019: Root CA Certificate - Expiration Date AddTrust External CA Root - 2020-05-30 Baltimore CyberTrust Root - 2025-0...
2019-07-17, 7505🔥, 0💬

Check on a Pending Certificate Request
When you submit a certificate request to a Windows-based enterprise certification authority (CA), it is immediately processed and will either be issued or denied, unless the certificate template has been configured to require approval by a certificate manager. When you submit a certificate request t...
2016-07-29, 7426🔥, 0💬

Pop up box in Outlook 2010 re:certificate verification
Yesterday I began seeing a box pop up when I try to send email. It says: The server you are connected to is using a security certificate that cannot be verified. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. Do you want to continue us...
2013-09-29, 5899🔥, 0💬

Manage Certificate Enrollment Policy by Using Group Policy
This topic describes the procedures and applications used to configure the certificate enrollment policy settings. Configuring certificate enrollment policy settings by using Group Policy Domain Admins is the minimum group membership required to complete this procedure. ☞ To configure certificate...
2016-07-30, 5583🔥, 0💬

Credential Roaming
Credential roaming allows organizations to store certificates and private keys in Active Directory Domain Services (AD DS) separately from application state or configuration information. How credential roaming works Credential roaming uses existing logon and autoenrollment mechanisms to securely do...
2016-07-17, 5458🔥, 0💬

Manage Network Retrieval and Path Validation
To be effective, certificate-related data such as trusted root certificates, cross- certificates, and certificate revocation lists (CRLs) must be updated in a timely manner. Network retrieval and path validation settings allow administrators to: Automatically update certificates in the Microsoft Roo...
2016-07-17, 5177🔥, 0💬

Certificate Path Validation
As certificate use for secure communication and data protection is increasing, administrators can use certificate trust policy to enhance their control of certificate use and public key infrastructure performance by using certificate path validation settings. Certificate path validation settings in ...
2016-07-17, 5048🔥, 0💬

What is the Certificates Snap-in?
The Certificates snap-in is the primary tool for users and administrators to view and manage certificates for a user, computer, or service. The Certificates snap-in allows the user to request, renew, find, view, move, copy, and delete certificates. Why use the Certificates snap-in The Certificates s...
2016-07-15, 4951🔥, 0💬

Certificate Stores under "CurrentUser" in Windows PowerShell
What are certificate stores under the "CurrentUser" location in Windows PowerShell? Certificate stores under the "CurrentUser" location hold certificates specific to the current logged in user. You can see them using the "dir" command on the "Cert:\CurrentUser" directory: PS C:\fyicenter&gt; cd ...
2016-07-31, 4852🔥, 0💬

Required Root Certificates for Windows 7
What are required root certificates for Windows 7 and other Windows systems? I was told to not touch these certificates. Some root certificates are required and trusted in Windows 7, in Windows Vista, in Windows Server 2008 R2, and in Windows Server 2008. Here is why: As part of a public key infrast...
2020-08-11, 4590🔥, 1💬

💬 2020-08-11 linh: ok

Required Root Certificates for Windows XP
What are required root certificates for Windows XP and other Windows systems? I was told to not touch these certificates. Some root certificates are required and trusted in Windows XP, and in Windows Server 2003. Here is why: As part of a public key infrastructure (PKI) trust management procedure, s...
2016-07-16, 4459🔥, 0💬

Enroll for Certificates on Behalf of Other Users
It is not always possible for users to enroll for a certificate on their own behalf. This can be the case for a user smart card certificate. By default, only domain administrators are granted permission to request a certificate on behalf of another user. However, a user other than a domain administr...
2016-07-29, 4306🔥, 0💬

Display Archived Certificates
Archived certificates are certificates that have expired or have been renewed. In many cases, it is good practice to retain archived certificates instead of deleting them. For example, you might keep an archived certificate to verify digital signatures on old documents that were signed by using the ...
2016-07-21, 3998🔥, 0💬

Manage Trusted Publishers
Software signing is being used by a growing number of software publishers and application developers to verify that their applications come from a trusted source. However, many users do not understand or pay little attention to the signing certificates associated with applications that they install....
2016-07-17, 3932🔥, 0💬

Root CA Certificates Provided on Windows in 2012
Where I can get a list of all root CA certificates provided by Microsoft on Windows in 2012? Here is a complete list of trusted root CA certificate provided by Microsoft on Windows system in 2012: Root CA Certificate - Expiration Date AddTrust External CA Root - 5/30/2020 CAEAST.CMGI.COM - 1/5/2005 ...
2019-07-17, 3918🔥, 0💬

Manage Certificates
Certificates are typically issued to a particular computer, user, or service, for specific purposes, for specific durations, and often for specific recipients. As a result, at times you might need to obtain additional certificates, renew existing certificates, examine or modify the properties of a c...
2016-08-10, 3894🔥, 0💬

Certificate Store Locations in Windows PowerShell
What are certificate store locations in Windows PowerShell? There are two certificate store locations on a Windows system. You can see them using the "dir" command on the "Cert:" drive: PS C:\fyicenter&gt; cd Cert: PS Cert:\&gt; dir Location : CurrentUser StoreNames : {TrustedPublisher, McAf...
2016-07-31, 3864🔥, 0💬

Root CA Certificates Provided on Windows in 2016
Where I can get a list of all root CA certificates provided by Microsoft on Windows in 2016? Here is a complete list of trusted root CA certificate provided by Microsoft on Windows system in 2016: Root CA Certificate - Expiration Date AAA Certificate Services - 12/31/2028 AC Raíz Certicámara S.A. - ...
2020-10-17, 3820🔥, 2💬

💬 2020-10-17 Mjrdelao: Yah see you soon?

What Is "certmgr.msc" on Windows
What is "certmgr.msc" on Windows computer? "certmgr.msc" is a tool to manage certificates for Windows system and applications. Functions supported in "certmgr.msc" are: List all certificate stores on system. List all certificates in each certificate store. Dump the list of all certificates in a cert...
2016-09-30, 3751🔥, 0💬

Modify the Properties of a Certificate
You can modify the properties of a certificate for a number of reasons: Adding or modifying a display name to help differentiate it from other similar certificates. Changing the purpose of the certificate by adding or disabling purposes. Specifying cross-certificate download locations. Users or loca...
2016-07-21, 3738🔥, 0💬

General Information about Certificates on Windows
Where to find general information about certificates on Windows? I want to get basic understanding of certificates on Windows. Here is a collection of tutorials that provides general information about certificates on Windows compiled by FYIcenter.com team. Certificate Stores Locations on Windows Roo...
2021-05-16, 3490🔥, 0💬

<< < 1 2 3 4 5 6 > >>   ∑:133  Sort:Date