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 |
threshold-equals |
|
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}