Skip to main content

Windows Digital Certificate Management

Introduction

This article discusses basic management of digital certificates (a.k.a. public key certificates) for SecureAuth IdP appliances running on Microsoft Windows Server 2008 R2, 2012, and 2012 R2.

SecureAuth IdP uses digital certificates throughout the system to verify an end-user's identity and provide secure communications with other systems.

Certificates must be kept current in order to ensure secure and valid connections between devices.

Notice

See SecureAuth IdP Digital Certificate Overview for additional background information about how digital certificates used with SecureAuth IdP

Applies to

SecureAuth IdP Version

OS Version

7.x+

  • Windows Server 2008 R2

  • Windows Server 2012

  • Windows Server 2012 R2

Discussion

Certificate Stores

What is a Certificate Store?

A Certificate Store can be regarded as a logical container in Windows that holds one or more certificates.

Certificate Stores used in a SecureAuth IdP Environment

The table below provides a description of the most commonly used Certificate Stores in a SecureAuth IdP environment

Store

Description

Personal

Certificates associated with private keys to which the user has access

These certificates have been issued to the user or computer, or the service for which certificates are managed

Trusted Root Certification Authorities

Implicitly trusted certification authorities (CAs)

Includes all of the certificates in the Third-Party Root Certification Authorities store, plus root certificates from customer organizations and Microsoft

Intermediate Certification Authorities

Certificates issued to subordinate CAs

How to Access Certificates in a Certificate Store

The most common way to view certificates in a certificate store is to use the Certificates Manager MMC snap-in

The Certificate Manager MMC snap-in can be used to view details about certificates, modify or delete certificates, or request new certificates

Access the Certificate Manager

To access the Certificate Manager

1. Click Start, type mmc.exe, and then press Enter

2. From the File menu, click Add/Remove Snap In

3. Under Available snap-ins, double-click Certificates

4. Select Computer Account, and then click Next

5. In the Select Computer dialog, click Finish

6. In the Add or Remove Snap-ins window, click OK

View Certificate Information
40271902.png

To view information about a certificate

1. Start the Certificate Manager

2. Select the Certificate Store from the left pane

3. In the middle pane, double-click the certificate

40271911.png

4. The Certificate window appears, showing various attributes of the certificate

View detailed descriptions of digital certificate attributes

Import or Export Certificates

Import Certificate

When a computer receives a certificate, or transfers a certificate from one computer to another, the certificate and private key must be imported before they can be used

The import process places the certificate in the correct certificate folder

Warning

Do not import a certificate by double-clicking it from Windows Explorer – always use the Certificate Manager to perform an import as described below

1. Start the Certificate Manager

2. Select the Certificate Store (folder) in which to import the certificate

40271901.png

3. From the Action menu, point to All Tasks, and then click Import

40271910.png

The Certificate Import Wizard appears

4. Click Next and follow the instructions provided

40271912.png
Export Certificate

1. To create a backup copy of the certificate or use the certificate on another computer, first export the certificate and private key

Exporting the certificate places it in a file that can be transferred to another computer or be placed in a safe place

Tip

When exporting a certificate with its private key, always protect the certificate and private key with a strong password

2. Start the Certificate Manager

3. Right-click the certificate to export, point to All Tasks, and then click Export

40271903.png

4. In the Certificate Export Wizard, click Next

5. If available, choose Yes, export the private key; otherwise, click No, do not export the private key, then click Next

The latter option appears only if the private key is marked as exportable and the user has access to it

cert_export_pkey.PNG

6. Select the format to use, and then click Next

40271907.png

7. If the private key is being exported (step 4), type a strong password to use to encrypt the key, confirm the password, and then click Next

40271909.png

8. The export process creates a file in which to store the certificate

Enter a name for the file and the location (include the entire path), or click Browse, navigate to the location, and then enter the file name

40271908.png

9. Click Finish

40271906.png

Private Key Privileges

When a certificate is imported, its corresponding private key must be configured to allow access from SecureAuth IdP

Warning

If this step is not completed, the dependent functions in the product will fail

Reference the documents below to properly configure certificates