In this section, learn how to test CRL signing and OCSP Database creation. To simplify this demonstration, it pulls certificates from a Defense Information Systems Agency (DISA) repository. This section covers the following tasks:Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
- Pull Certificates from a DISA LDAP server.
- Start the server.
- Test CRL signing and database creation
Pull certificates
Perform the following steps to pull certificates from a DISA LDAP server:On the Important Certificates from LDAP Server page, set the Host Name to
crl.chamb.disa.mil. Leave all other fields as default and select [ Get LDAP Certificates ].At the time of this writing, DISA supports port 389 for importing certificates from their LDAP server. However, recently they announced that soon they will only support Secure LDAP (LDAPS), which uses port 636. If port 389 does not work for you, attempt to use port 636 anonymously instead.
If the VA Server connects to the LDAP server successfully, you see a list of certificates on the next page. Scroll to the bottom and select [ Submit Certificates ].
Expect to see the following error:This can be disregarded. It just means that at least one certificate out of approximately 50 failed to load. Select [ Go Back ].
Text
On the Configure CRL Imports page, leave in an LDAP Directory selected as the CRL Source and select [ Add CRL Source ].
On the Configure CRL Import (LDAP) page, the LDAP Host field is auto-populated with the address we previously entered. Leave all fields set to the defaults and select Find Available CRLs at the bottom.
Scroll to the bottom of the Available CRLs for Import page and click Schedule Import of Checked CRLS.
On the Configure Server URLS page, leave everything set to default as long as port 80 is available on the machine (by default, the server URL is configured to use port 80). If port 80 is taken, you can either free it up so that Axway VA can use it or you can configure a different port. After you finish configuring the server URLs, select [ Submit ].
On Windows, sometimes the IIS service must reserve port 80. On Linux, sometimes the Apache service reserves port 80.
Leave all the settings as default on the VA Responder Server Configuration Parameters page and select [ Submit Configuration Parameters ]. You should see a message that says:
Text
Start the server
Perform the following steps to start the server:Test CRL signing
Perform the following steps to test CRL signing and OCSP database creation:On the VA Responder CA Options Configuration page, you must modify two settings:
- Under OCSP Response Settings, change the Validity period of CRL to the next seven days.
- Under Pre-computation Options, select the Pre-compute OCSP Data checkbox, and select Only Revoked Certificates.
Select [ Submit CA Configuration Parameters ] at the bottom of the page.
You should see a message that the CA configuration options have been successfully modified.
Select the DOD EMAIL CA-41 CA, and select Configure CA Specific OCSP Signing Certificate at the top of the page.
On the Set CA Specific OCSP Signing Certificate page, you can see the OCSP signing key that we created earlier on the HSM.Select [ Submit ] and you should see
A message displays, saying that it successfully set the CA Specific OCSP Signing certificate/key.
Disregard the warning and proceed by selecting [ Flush CRL and OCSP DB Information ]. You should see a message that the CRLs and OCSP databases for the specified CA have been cleaned successfully.
Go to CRLs > CRLs & OCSP Databases. Find DOD EMAIL CA-41, and in the OCSP response database field, you should see a success response after the CRLs finish downloading and the OCSP database is successfully created.
This result confirms that VA Server could use the OCSP response signing key stored on the HSM to sign the CRLs downloaded for DOD EMAIL CA-41.If the server starts successfully, the [ Start Server ] button is grayed out and the [ Stop Server ] button is available.

