Digital certificates overview

 

+

Search Tips   |   Advanced Search

 

The digital certificates feature enables you to run tests against servers that use SSL for applications that require client-side digital certificates to authenticate users.

A digital certificate is a file that binds a public cryptographic key with an identity (a user or an organization). Trusted certificate authorities issue digital certificates, which are then used to authenticate users and organizations for access to Web sites, e-mail servers, and other secure systems. A certificate store is an archive file containing almost any number of digital certificates, possibly certificates that are issued from different certificate authorities.

To use digital certificates in tests:

  1. Create a digital certificate store.
  2. Record a test that requires that you use a digital certificate.
  3. Associate a digital certificate with a test for playback.
  4. Associate the digital certificates in one or more digital certificate stores with a datapool

Create a certificate store by running the supplied KeyTool command-line program. The program creates a certificate store containing digital certificates.

Record a test that requires using a digital certificate. Specify the certificate and password that to use, and then begin recording the test. Browse the Web site as you typically would to record a test.

After you have finished recording, open the test for editing. On the Common Options page, under Digital Certificates, click Add. Type the name of the certificate store that you created previously; then select the certificate to use. Save the test. When you run this test, the digital certificate from the certificate store is submitted to the server.

To use a certificate store with a datapool, open the test for editing. On the Common Options page, click Add Datapool. Create a datapool with two columns containing a list of the certificates in the certificate store and a list of passphrases for the certificates. Select Fetch only once per user. Save the datapool. On the Common Options page, under Digital Certificates, click Add. Select the certificate store that you created previously from the Certificate Store column. Insert a Certificate Name for the digital certificate. Highlight this name, and then select Substitute from datapool. Choose the datapool added previously, and then choose the column with the certificate name. Repeat this process to substitute passphrases from the datapool column containing passphrases. Save the test. Add the test to a schedule. When you run this schedule, the certificates from the certificate store are submitted to the server.


See

  1. Digital certificate creation overview
  2. Create a digital certificate with OpenSSL
  3. Create a digital certificate store
  4. Record a test with digital certificates
  5. Play back a test with a digital certificate
  6. Entrust TruePass authentication overview