🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1. Api information Interface Information Item Content Real environment https://api.howssl.com/Home/Order/getCertificate Request method Post content- type multipart/form-data Description The interface is used for checking the information about the certificate and the status of the ordered certificate should be Finished. The information about the certificate is available after the certificate is issued. The information related to the certificate will be returned if it's correct. The corresponding error codes will be returned if it's wrong. 1. Parameter definition Parameter Name Parameter Type Mandatory Illustration token string Y For Th becoming token, the evidence of identification, please contact the web administrator. order\_id string Y Order id Function returns status boolean Y True means the request succeeds and the correct parameters are returned while false means the request fails. msg string Y Description of the returned data information data JSON Y Business data for the successful request code int Y Returned status code 1. Returned parameter illustration (data) Name of Returned Parameters Parameter Type Illustration cert\_start\_time date-time The time that the certificate's validity starts cert\_end\_time date-time The time that the certificate's validity ends paid boolean Whether it's paid or not ca\_order\_id string The id of the third-party certification agency Name of Returned Parameters Parameter Type Illustration certificate JSON Certificate information \>>> cert string Certificate document the certificate \>>> ca\_cert string The document in the middle of the certificate the ca-bundle \>>> csr string csr document the csr \>>> private\_key string The private key file the private key 1. The example of the returned result { "private\_key": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n" } }, "code": 200 } "status": true, "msg": "Successfully gained the certificate data", "data": { "cert\_start\_time": "2021-04-28 08:00:00", "cert\_end\_time": "2022-04-30 07:59:58", "paid": true, "ca\_order\_id": "480111210", "certificate": { "cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ", "ca\_cert": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY ", "csr": "-----BEGIN PRIVATE KEY-----......-----END PRIVATE KEY \\n",