Certificates
Last updated
Last updated
A certificate in Qyrus API is used for securing communication between the Qyrus client and a server during API requests. Certificates are an integral part of establishing secure connections over HTTPS (Hypertext Transfer Protocol Secure) and are used to authenticate the server's identity and encrypt the data being transmitted.
When you send API requests from Qyrus API to a server using HTTPS, the server presents its digital certificate to prove its identity. Qyrus API Service can verify the authenticity of the certificate by checking whether it's issued by a trusted Certificate Authority (CA) and matches the server's domain.
Step-1: Select a project.
Step-2: Under any Functional, Performance or API Process service, click on Certificates button beside Project Setup.
Step-3: Under Certificates page, there will be a list of all the Certificates or if not we can create as required.
Step-4: Click on Add Certificate button.
Step-5: On certificate popup window, add the pfx file.
Step-6: Enter Domain name, Port number and Password for the certificate.
Step-7: Click on Add Certificate button in the popup.
Step-8: Created Certificate will display in the list in the certificates page.
Step-1: Within the certificates pages, find the certificate you wish to edit.
Step-2: Click on the certificate's Edit Certificate button.
Step-3: Edit Certificate popup window will be displayed, and perform modifications.
Step-4: Click on the Edit Certificate button.
Step-1: Within the certificates page, find the certificate you wish to delete.
Step-2: Select the Delete button linked with that certificate.
Step-3: Confirm the deletion clicking Yes.
Step-1: Create API in the Test suite and navigate to the Authorization & Certificate tab.
Step-2: Certificates should display in the Select Certificate dropdown.
Step-3: Select the added certificate from the dropdown, enter all mandatory fields and click on Save button & Run.
Note:
If there are certificates in respective project, Authorization & Certificates tab will be enabled and User can add the certificates as mode of authorization for the API’s.