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 the following table for a description of each parameter.

Parameter

Value

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. On the other hand, specifying a high value ensures this policy applies to all certificates issued.

threshold-equals

true for comparing the months-threshold and the actual certificate lifetime with the equals operator ('='); false for comparing with the less than or equals operator ('<=').

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

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}