The configuration settings of the certificate serial number list hosted in an HTTP server.

Connection timeout

The timeout for connections with the HTTP server that hosts a list containing the serial numbers of all certificates issued by the CA. When the connection attempt exceeds this value:

  1. The request fails.
  2. Validation Authority tries another connection after the Wait on error duration period selected in CSP CA Gateway.

Mandatory: No. This optional value defaults to 5 seconds.

Serial Number list URL

The URL of a file containing the serial numbers of all certificates issued by the CA. 

http://<host>[:<port>]/<file>

Where:

  • <host>  is the IP address or domain name of an HTTP server host.
  • <port>  is the port where the HTTP server listens in the host. Defaults to 80.
  • <file>  is the server path to a plain text file containing serial numbers, separated with newlines – such as:
    00B289EFB35CB7DB0DD62F298BEF422DC1
    00B28A0F6293B6F436845E2CE0B62D6E73
    00B28A28E5E48BDC06C16737CF8648D2FF
    00B28A3A7BB7DF5D8D1B1F61BCD612892F
    00B28A3AC06981CD9B74474E1C5CC814B9
    00B28A50BD25A8FAA1504F3C9C51467575
    00B28A6D799142C3FAA4753E6B00B86EE6
    00B28A7564BE6D8750E4685C3C9D0C4CF9
    00B28AA8422EBE753C1C21424CDF3C36C6
    00B28AA9C68891199600518FE18F7E1610
    00B28ABEDD9190DDA89088BF2F227CE51F
    00B28ADD33D8BC98BC8BBFACBC0001ACBF
    00B28AE8334C44358CBF5856945AE8C26C

For example: 

http://myhost:8080/certs/snlist.txt

Mandatory: Yes.