# iOS certificate installation

To deploy a certificate into an iOS device, follow these steps:

1. **Download the certificate**: In loadmill desktop app, go to the proxy section, download the certificate by clicking on![](/files/JdRy4guzbTPxQ4UgUv44)button. Transfer the certificate file (usually in `.cer` or `.crt` format) to your device (ie. via AirDrop or Google drive).
2. **Install the certificate**: Once the certificate file is downloaded, a prompt will appear asking to review and install a profile.\
   ![](/files/rzNPU3kRAAerEmLsQaUs)
3. Go to device settings and select "Profile Downloaded"\
   ![](/files/vJUXJofitQ3oLAupITYM)
4. Click on install,\
   You will be prompted for your device password, proceed to completion.\
   ![](/files/mhNNLukN3QxdTzPLovio)\\
5. **Trust the certificate**: After the certificate is installed, you need to manually trust it. To do this, go to `Settings` > `General` > `About` > `Certificate Trust Settings`. Under the "Enable full trust for root certificates" section, find the Loadmill certificate you just installed and toggle the switch to enable trust for the certificate.\
   ![](/files/qHd78Wm1T7UI5b7YvAsq)

By following these steps, you can successfully deploy a certificate into your iOS device and configure it to work with the Loadmill MITM proxy for deviceless testing. This will enable you to capture and analyze encrypted API traffic from your iOS device, allowing for more comprehensive and accurate test scenarios.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.loadmill.com/introduction/deviceless-mobile-testing/installing-certificate-on-mobile-devices/ios-certificate-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
