Certificates

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.

Contents


Get started with Certificates:

Step-1: Select a project.

Step-2: Under any Functional, Performance or API Process service, click on Certificates button beside Project Setup.

Alt text

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.

Alt text

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.

Alt text

Step-8: Created Certificate will display in the list in the certificates page.


Editing a Certificate

Step-1: Within the certificates pages, find the certificate you wish to edit.

Step-2: Click on the certificate's Edit Certificate button.

Alt text

Step-3: Edit Certificate popup window will be displayed, and perform modifications.

Alt text

Step-4: Click on the Edit Certificate button.


Deleting a Certificate

Step-1: Within the certificates page, find the certificate you wish to delete.

Step-2: Select the Delete button linked with that certificate.

Alt text

Step-3: Confirm the deletion clicking Yes.

Alt text

Adding Certificates as mode of authorization in script:

Step-1: Create API in the Test suite and navigate to the Authorization & Certificate tab.

Result Page

Step-2: Certificates should display in the Select Certificate dropdown.

Result Page

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.


Last updated