Sign in
Windows PKI blog
News and information for public key infrastructure (PKI) and Active Directory Certificate Services (AD CS) professionals
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
A Certificate could not be created
Active Directory Domain Services
AD CS
AD CS documentation updates
architecture
Backup Private Keys ADCS 2008 R2 p12 CA
CA
CA maintenance
certificate
certificate requests
certificates
Certification authority
certifiication authority
certutil
Configuration
CRL
cryptography
Data Recvoery
Homeland Security Presidential Directive 12
HSPD-12
key management
PKI
setup
SHA2 NIST SP800-78-2 SP800-57
whitepaper
Archive
Archives
May 2013
(1)
March 2013
(3)
December 2012
(3)
October 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(3)
May 2012
(2)
April 2012
(2)
March 2012
(2)
February 2012
(1)
January 2012
(2)
December 2011
(1)
October 2011
(3)
September 2011
(2)
August 2011
(3)
June 2011
(2)
March 2011
(2)
February 2011
(3)
September 2010
(1)
August 2010
(3)
June 2010
(2)
May 2010
(2)
April 2010
(2)
March 2010
(2)
February 2010
(1)
January 2010
(2)
December 2009
(2)
November 2009
(2)
October 2009
(2)
September 2009
(7)
August 2009
(10)
July 2009
(1)
June 2009
(2)
May 2009
(2)
April 2009
(2)
February 2009
(1)
January 2009
(4)
December 2008
(2)
October 2008
(3)
September 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(1)
February 2008
(2)
January 2008
(1)
November 2007
(1)
October 2007
(1)
September 2007
(1)
August 2007
(2)
July 2007
(2)
May 2007
(2)
April 2007
(1)
February 2007
(4)
January 2007
(1)
December 2006
(3)
November 2006
(1)
TechNet Blogs
>
Windows PKI blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows PKI blog
RSA keys under 1024 bits are blocked
Posted
11 months ago
by
Kurt L Hudson MSFT
58
Comments
Public key based cryptographic algorithms strength is determined based on the time taken to derive the private key using brute force methods. The algorithm is deemed to be strong enough when the time required to derive private key is prohibitive enough...
Windows PKI blog
SHA2 and Windows
Posted
over 3 years ago
by
MS2065 [MSFT]
15
Comments
UPDATE (2/8): Based on some recent questions, additional information has been posted about SHA2 and Windows. Introduction We’ve recently received a couple of requests from customers around the functionality of SHA-256 when running on Windows...
Windows PKI blog
How to create a web server SSL certificate manually
Posted
over 4 years ago
by
MS2065 [MSFT]
12
Comments
The Internet Information Server (IIS) and Microsoft Internet Security and Acceleration (ISA) provide wizards in the administration user interface to request and install SSL certificates. With this blog post I want to explain how to request a SSL server...
Windows PKI blog
Basic CRL checking with certutil
Posted
over 7 years ago
by
MS2065 [MSFT]
2
Comments
I want to start this blog with a very basic topic: CRL checking. In the past we have documented a lot about CRL checking but I am still seeing that people have difficulties to verify if a certificate is valid or not. We have two whitepapers about CRL...
Windows PKI blog
Connecting iPads to an Enterprise Wireless 802.1x Network Using Certificates and Network Device Enrollment Services (NDES)
Posted
over 1 year ago
by
Amerk [MSFT]
7
Comments
Important notice : Microsoft does not support any apple products, if you need to troubleshoot any problem related to apple products, please refer to http://www.apple.com/support I am often asked by customers how to deploy certificates to iPads using...
Windows PKI blog
How to refresh the CRL cache on Windows Vista
Posted
over 6 years ago
by
MS2065 [MSFT]
2
Comments
By default, Windows is caching Certificate Revocation Lists (CRL) and CA certificates to quickly verify certificate chains. The downside of this behavior is that a newer CRL is not picked up by the client until the locally cached CRL has expired. Windows...
Windows PKI blog
Disaster Recovery Procedures for Active Directory Certificate Services (ADCS)
Posted
over 3 years ago
by
Amerk [MSFT]
20
Comments
Introduction: When designing a public key infrastructure (PKI) for your organization, you must develop an effective disaster recovery plan to ensure that, in the event of failure of the computer hosting Certificate Services, you can recover in a timely...
Windows PKI blog
Blocking RSA Keys less than 1024 bits (part 2)
Posted
10 months ago
by
Kurt L Hudson MSFT
On August 14, 2012, Microsoft will issue a critical non-security update (KB 2661254) for Windows XP, Windows Server 2003, Windows Server 2003 R2, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2. The update will block the use...
Windows PKI blog
Creating offline certificate requests through the user-interface on Windows Vista or Windows Server 2008
Posted
over 5 years ago
by
MS2065 [MSFT]
0
Comments
Windows Vista and Windows Server 2008 have a convenient user interface to create custom certificate requests. This is especially helpful since computer certificate enrollment through the web enrollment pages was discontinued from Windows Server 2008 and...
Windows PKI blog
Manually publishing a CA certificate or CRL into a LDAP store
Posted
over 6 years ago
by
MS2065 [MSFT]
8
Comments
The CA is automatically publishing its own certificates and related CRLs into Active Directory if a LDAP reference is configured in the CA property “Extensions”. If you are using a different LDAP server (such as Microsoft ADAM ) to make the CA certificate...
Windows PKI blog
Firewall Rules for Active Directory Certificate Services
Posted
over 3 years ago
by
oshekel
11
Comments
Below is a list of ports that need to be opened on Active Directory Certificate Services servers to enable HTTP and DCOM based enrollment The information was developed by Microsoft Consultant Services during one of our customer engagements ...
Windows PKI blog
Design Considerations before Building a Two Tier PKI Infrastructure
Posted
over 3 years ago
by
Amerk [MSFT]
6
Comments
Environmental Dependencies: 1- Determine if the Active Directory Forest has Windows 2000 Domain Controllers. This is important because of modifications to the CertPublishers group scope, and permissions related to the AdminSDHolder role. These permissions...
Windows PKI blog
Automated CA installs using VB script on Windows Server 2008 and 2008R2 [UPDATED]
Posted
over 4 years ago
by
shawncor
13
Comments
Starting with Windows Server 2008 the CA product team introduced a set of COM objects that can be used to control the installation of CAs. Using VBScript you can quickly automate the setup and installation of a CA.Below is a script that is being used...
Windows PKI blog
Quick Check on ADCS Health Using Enterprise PKI Tool (PKIVIEW)
Posted
over 2 years ago
by
Amerk [MSFT]
5
Comments
PKIVIEW was first introduced in Windows Server 2003 Resource kit. The tool is installed by default when you install the Windows 2008 Active Directory Certificate Services Role, and had been re-branded as "Enterprise PKI". The tool is implemented as a...
Windows PKI blog
Marking private keys as non-exportable with certutil -importpfx
Posted
over 6 years ago
by
MS2065 [MSFT]
6
Comments
When importing a PFX-file with the certificate import wizard, you can choose if the private key should be exportable or not. Your choice is stored in the key storage property identifier that is key-storage specific. In other words, there is no information...
Windows PKI blog
What is a strong key protection in Windows?
Posted
over 4 years ago
by
Alex Radutskiy [MSFT]
15
Comments
Strong key protection is one of the most misunderstood features in Windows security. In this post I will attempt to demystify it. I will also try to address some of the misconceptions about this feature that I’ve come across on the security discussion...
Windows PKI blog
Windows PKI documentation reference
Posted
over 6 years ago
by
MS2065 [MSFT]
1
Comments
Note: This post is not updated anymore since May 2010. The new PKI reference page is a WIKI page . We have a broad list of documentation for the Windows PKI. To let you find the right content quicker, I have put together a grouped list of the current...
Windows PKI blog
Outlook S/MIME certificate selection
Posted
over 5 years ago
by
MS2065 [MSFT]
4
Comments
Consider that you are sending an encrypted eMail to a recipient who has multiple certificates stored in Active Directory. The key question is: Which certificates are selected by Outlook 2003/2007? When sending an encrypted eMail, Outlook actually requires...
Windows PKI blog
How to determine all certificates that will expire within 30 days
Posted
over 5 years ago
by
MS2065 [MSFT]
3
Comments
Woudn't it be interesting for the CA admin to know which certificates are expiring in the near future? If autoenrollment is not eanbled, certificate users should be informed in advance before they actually loose functionality. A simple certutil command...
Windows PKI blog
Implementing LDAPS (LDAP over SSL)
Posted
over 2 years ago
by
Kurt L Hudson MSFT
2
Comments
LDAP over SSL (LDAPS) is becoming an increasingly hot topic - perhaps it is because Event Viewer ID 1220 is catching people's attention in the Directory Service Log or just that people are wanting the client to server LDAP communication encrypted. The...
Windows PKI blog
How to decommission a Windows enterprise certification authority and how to remove all related objects from Windows Server 2003
Posted
over 4 years ago
by
MS2065 [MSFT]
1
Comments
Today I want to comment on the quite popular Microsoft Knowledgebase article How to decommission a Windows enterprise certification authority and how to remove all related objects from Windows Server 2003 and from Windows 2000 Server . I am referring...
Windows PKI blog
Deployment of the new Federal Common Policy CA Root Certificate
Posted
over 2 years ago
by
MS2065 [MSFT]
5
Comments
Background On December 1, 2010 the Federal PKI Management Authority (FPKIMA), in compliance with NIST guidance , created a new SHA-256 Federal Common Policy root certification authority. Windows Update will include the new Federal Common Policy Root...
Windows PKI blog
Defining the friendly name certificate property
Posted
over 5 years ago
by
MS2065 [MSFT]
2
Comments
The friendly name of a certificate can be helpful if multiple certificates with a similar subject exist in a certificate store. One way to set the friendly name is through the certificate MMC SnapIn. Alternatively certutil.exe can be used in the following...
Windows PKI blog
How EffectiveDate (thisupdate), NextUpdate and NextCRLPublish are calculated
Posted
over 5 years ago
by
MS2065 [MSFT]
4
Comments
The validity time of a certificate revocation list (CRL) is critical for every public key infrastructure. By default, most applications verify the validity of certificates against a CRL. Two CRL types exist: base CRLs and delta CRLs. In case where...
Windows PKI blog
Announcing the automated updater of untrustworthy certificates and keys
Posted
11 months ago
by
Kurt L Hudson MSFT
14
Comments
There are a number of known untrusted certificates and compromised keys that have been issued by standard trusted root certification authorities. To help customers avoid interacting with these untrusted or compromised certificates and keys, an Automatic...
Page 1 of 5 (120 items)
1
2
3
4
5