In the article ” Working with certificates in Windows 2000 , I discuss some ways that you can manage certificates on your local machine. Managing local certificates can be a crucial task in some situations. However, it’s much more common to work with certificates at the server level. In this series of articles, I’ll discuss […]
In the article ”
Working with certificates in Windows 2000
, I discuss some ways that you can manage certificates on your local machine. Managing local certificates can be a crucial task in some situations. However, it’s much more common to work with certificates at the server level. In this series of articles, I’ll discuss the issues involved in setting up a certificate server. In Part 1, I’ll explain the reasons for establishing a certificate server, along with some of the basic terminology and general requirements. In future articles in the series, I’ll provide you with step-by-step procedures for setting up a certificate server. I’ll also talk about issues that you’ll encounter such as backing up and restoring certificate servers, and how a certificate server works with third party certificates.
| "In Windows 2000, practically every security mechanism relies on certificates to some degree " |
Before you can understand the importance of a certificate server, you need to understand the role that certificates play in Windows 2000. In Windows 2000, practically every security mechanism relies on certificates to some degree. For example, Kerberos (the Windows 2000 authentication protocol) and the IPSec protocol (which is designed to protect network packets) both rely on certificates to ensure secure communications. Other Windows 2000 services such as Secure Multipurpose Internet Mail Extensions (S/MIME) and the encryptable file system (EFS) also rely on certificates to protect Internet messages and local files. Even Windows 2000 services that don’t directly use certificates gain extra security by relying on underlying services that do use certificates. Certificates make up a big part of the overall Windows 2000 security structure.
There’s no doubt that certificates are an important part of Windows 2000 security, but why use a certificate server? There are several reasons why you should use a certificate server, but most can be summed up in a single word–manageability. Keep in mind that thousands of certificates can be floating around your network at any given time. Windows 2000 needs a way to keep track of all those certificates. A certificate server provides a central point from which to issue or revoke certificates, or to test a certificate’s validity.
There’s also the issue of recovery. In some cases, a certificate server can be used to issue a recovery certificate that you can use to retrieve data that would otherwise be lost. For example, suppose that a user in your company uses EFS to encrypt critical files. Now, suppose that the user leaves the company without decrypting the files, or that a hard disk problem destroys the certificate associated with the decryption process. The administrator could use a certificate server to issue a special certificate for recovering the files.
Before you can properly install and configure a certificate server, you need to know several terms. In this section, I’ll cover some terms that are unique to the certificate services. I’ll also be using some other, more common, security-related terms in this series; most are defined in other articles about security. Obviously, I’ll also be using some other security-related terms in this series, but most of those terms are more common, and have already been defined in other security related articles.
As I mentioned earlier, each certificate is made up of a collection of individual attributes. These attributes do the actual work of making data secure. When a user requests a certificate, they probably don’t know the exact combination of attributes they need to make the process work. Even if they did know which attributes to choose, it would be a huge breach of security to let users pick and choose individual certificate attributes from a list.
To simplify and secure the process, Windows 2000 uses a collection of 19 certificate templates. Each of these templates is a collection of the individual attributes necessary to accomplish a specific security-related task. Rather than selecting individual attributes, the user merely selects the template that best fits the task at hand, and Windows 2000 will automatically populate the embedded attributes. To protect your environment’s security, the administrator can restrict which certificate templates that groups of users have access to. You can even block users from using certificates altogether.
CrossLinks
|
Now that you’ve got the vocabulary and have a basic understanding of the certificate server’s modules, you’re almost ready to start designing your certificate server. Before you do, though, you need to be aware of one more very important concept. When you set up your certificate server, you’ll have a chance to make it function as an enterprise certificate authority or as a standalone certificate authority. From an architectural standpoint, the only difference is in which policy module is loaded. However, that policy module dictates some significant operational differences.
The biggest difference is that an enterprise certificate authority functions as a part of your network. It requires access to the Active Directory and is always trusted by all users and computers within the domain. Furthermore, an enterprise certificate authority always makes a granted/denied decision when a user requests a certificate. It will never flag a request as pending and wait for an administrator to step in.
A standalone certificate authority, on the other hand, doesn’t service domain user requests. Rather, it’s designed to grant certificates to Internet or extranet users. Because of this, the server isn’t a part of the Active Directory. Making this kind of server a part of the Active Directory would be a huge security hole, because an Internet user may be able to use the information stored in the Active Directory to gain access to the rest of the network.
By default, a standalone certificate authority marks all requests as pending, because it can’t use the certificate templates or the Active Directory to verify the requests. As a result, certificates generated by the server aren’t published anywhere–they must be distributed manually.
If you really need to add this functionality to a standalone certificate authority, you can do so by making the server a part of the Active Directory. Once you’ve done so, you must make the server a member of the Certificate Publishers group before it will be able to publish certificates. //
Brien M. Posey is an MCSE who works as a freelance writer. His past experience includes working as the director of information systems for a national chain of health care facilities and as a network engineer for the Department of Defense. Because of the extremely high volume of e-mail that Brien receives, it’s impossible for him to respond to every message, although he does read them all.
Enterprise Networking Planet aims to educate and assist IT administrators in building strong network infrastructures for their enterprise companies. Enterprise Networking Planet contributors write about relevant and useful topics on the cutting edge of enterprise networking based on years of personal experience in the field.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.