# Managing SSL Certificates

#### Adding an SSL Certificate

1. Navigate to Assets > Certificates.
2. Click Add a Certificate.
3. Upload your certificate file. Supported formats include `.zip`, `.cert`, `.key`, `.pem`, and wildcard certificates.
4. Click Save. The certificate will now be available for assignment to your websites.

#### Editing an SSL Certificate

1. Navigate to Assets > Certificates.
2. Select the certificate you wish to modify.
3. Edit its details (e.g., the friendly name).
4. Click Save.

#### Deleting an SSL Certificate

1. Navigate to Assets > Certificates.
2. Select the certificate you want to remove.
3. Click Delete.

> Note: A certificate cannot be deleted if it is currently assigned to a website or subdomain.


---

# 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://osto-cybersecurity.gitbook.io/osto/knowledge-base/how-to-guides/asset-management/managing-ssl-certificates.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.
