The number of log server responses CA   Gateway must wait for.

CA Gateway can cope with slow running or unresponsive log servers when the number of servers configured under log-server.<i>.setting exceeds the number of required responses.

The general form of this JSON value is:

{
sct-policy:[
[<months-threshold>,<threshold-equals>,<google-min-responses>,<non-google-min-responses>]
],
insurance:<insurance>
}

See below for a description of each field.

Mandatory: No. This optional parameter defaults to:

{
sct-policy:[
[39,true,0,1]
],
insurance:0
}

In the configuration, you can flatten this default value to:

{sct-policy:[[38,true,0,1]],insurance:0}

months-threshold

The applicability of the sct-policy policy according to the certificate lifetime, as a number of months.

  • When defining multiple policies, this value determines which policy to apply for issuing a certificate.
  • Specifying a high value ensures this policy applies to all certificates issued.

threshold-equals

The operator for comparing the months-threshold and the actual certificate lifetime.

Value

Operator

​true

​=

false

<=

google-min-responses

The minimum number of Google-compatible log server responses to include in the issued certificate.

non-google-min-responses

The minimum number of non-Google-compatible log server responses to include in the issued certificate.

insurance

The number of log server responses to collect above the following minimum.

google-min-responses + non-google-min-responses