GET tsaservers show :id - kennethjiang/Wolke GitHub Wiki
this is a place holder as for some reason wiki will hide the first H1 line.
GET tsaservers/show/:id
Returns details of a TSA server, specified by :id parameter.
Resource URL
http://api.netone.com/v1.0/tsaservers/show/:id.format
Parameters
name | required? | Description | Example values |
---|---|---|---|
id | Y | TSA server ID | 123 |
Extended description
About TSA Server
TSA Server stands for Time Stamping Authority. it provides a time stamp on documents in order to provide non-repudiation in electronic communications. TSA Server is defined in RFC 3161.
Note: Here is the in-depth description of what a TSA server is, and how it can be used. This section is optional, especially if the API is for internal use only.
About Signer
If it'll help readers understand this resource, you can also include the description on other resources (in this case "Signer") involved.
Example Request
GET http://api.netone.com/v1.0/tsaservers/show/123.json
Response:
HTTP 200
{
"id_str": "123",
"name": "TSA",
"interface": "*",
"port": 9198,
"create_options": [
{
"attach_certificate": "true",
"signer": "C=CN,O=江苏先安科技有限公司,OU=技术支持,CN=demo.syan.com.cn,[email protected],x500UniqueIdentifier=1291970576U4D01E8105F098"
}
],
"verify_options": [
{
"X.509_certificate_filter": "N/A",
"green_pass": "-"
}
],
"description": "-"
}