List server software for certificates
SSL Certificates
Last modified:2025-11-29 22:06:11
OperationId:certificate_software
Return a list with software IDs required or certificate
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
{
"software": [
{
"id": 0,
"name": "AOL"
},
{
"id": 1,
"name": "Apache-SSL (Ben-SSL, not Stronghold)"
},
(...)
]
}
This response does not have a body.
curl --location --request GET 'https://my.hitechcloud.vn/api/certificate/order//software' \
--header 'Authorization: Bearer <token>'
Modified at 2025-11-29 22:06:11