# Certificate Installation

#### **Download the Certificate**

To download an SSL certificate from the Ingenico device, go to https\://`[your-terminal-ip]`:8090 in your browser. Look for the padlock icon in the browser's address bar, and download the certificate.

#### **Method by Browser**

**Windows (Chrome/Edge)**

Click the lock icon - Certificate is Valid - Details - Copy to File - Select format (Base-64 encoded .CER) - Save

***

**macOS (Safari/Chrome)**

Click the lock icon - View Certificate - Drag the certificate icon to the desktop.

***

**Firefox**

Click the lock icon - More Information - View Certificate - Export (save as .crt or .pem).

The certificate is also available on our website at "somewhere soon".

***

#### **Installation Steps for Major Browsers**

**Windows (Chrome/Edge)**

1. Open Chrome Settings, search for "certificates", and click *Manage device certificates*.
2. Go to the *Trusted Root Certification Authorities* tab.
3. Click *Import* and follow the wizard to select your certificate file (PFX or CRT).
4. Ensure it is placed in the "Trusted Root Certification Authorities" store.

***

**macOS (Safari/Chrome)**

1. Open *Keychain Access* and select the "System" keychain.
2. Drag and drop the certificate file into the list.
3. Double-click the certificate, expand "Trust," and set "When using this certificate" to *Always Trust*.

***

**Firefox**

1. Go to Settings > Privacy & Security > Certificates.
2. Click *View Certificates*, then the *Authorities* tab.
3. Click *Import* and select the certificate file, ensuring you check "Trust this CA to identify websites".


---

# 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.number.tech/documentation/getting-started/integration-options/ingenico/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.
