Clic Select Files to import the Certificate Authority certificates that will be included in the timestamp responses.
Each certificate file must contain a certificate in PEM format and Base64 encoding.
Mandatory: Yes.
JSON data type: A list of certFile
parameters, each one containing the String representation of a file path. For example:
"caCertChain"
: [
{
"certFile"
:
"../data/tsa-rootCA-cert.pem"
"certFile"
:
"../data/tsa-subCA-cert.pem"
}
],