Update an existing Timestamping Authorities

Update an existing Timestamping Authorities

Body required
application/json

Timestamping Authorities to update

name
string required

The Timestamping Authority's name

policyOid
string required

The Timestamping Policy OID

enabled
boolean required

Allow this authority to sign timestamping requests

signer
string required

Name of the Timestamping Signer used to sign for this authority

acceptedHashAlgorithms
array of string (Hash Algorithm) required
ntpClients
array of string required

Name of the NTP Clients used to get time for this authority

checkRevocation
boolean required

Before signing the request, check revocation status of the signer certificate

Responses
  • 200 Timestamping Authorities successfully updated
    id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The Timestamping Authority's name

    policyOid
    string required

    The Timestamping Policy OID

    enabled
    boolean required

    Allow this authority to sign timestamping requests

    signer
    string required

    Name of the Timestamping Signer used to sign for this authority

    acceptedHashAlgorithms
    array of string (Hash Algorithm) required
    ntpClients
    array of string required

    Name of the NTP Clients used to get time for this authority

    checkRevocation
    boolean required

    Before signing the request, check revocation status of the signer certificate

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error