---
title: "Download a SSL certificate"
method: GET
path: "/sslcertificates/{sha1Fingerprint}/download"
tags: ["SSL certificates"]
---

# Download a SSL certificate

`GET /sslcertificates/{sha1Fingerprint}/download`

Returns the certifcate as binary data with the content-type and the filename information in the response headers.

## Path parameters

- `sha1_fingerprint` string, required

## Query parameters

- `file_format` 'pfx', required — The file format of the returned file stream: <ul><li>PFX: Also known as PKCS #12, is a single, password protected certificate archive that contains the entire certificate chain plus the matching private key.</li></ul>
- `password` string, required

## Response `200`

OK

- string, binary

## Other responses

- `400` — Invalid file_format or invalid password

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
