---
title: "AddCertificate"
method: PATCH
path: "/v2/pki/{store}/certs"
tags: ["Certificates"]
---

# AddCertificate

`PATCH /v2/pki/{store}/certs`

Add a certificate to the specified store. The certificate is provided as a pfx/pkcs12 optionally password protected blob.

## Path parameters

- `store` string, required

## Query parameters

- `password` string

## Request body

- string, byte

## Response `200`

The operation was successful.

## Other responses

- `400` — The passed in information such as store name is invalid
- `500` — An internal error ocurred.

---

[API](https://skmtc.net/azure/apis/opcpublisher.md) · [All operations](https://skmtc.net/azure/apis/opcpublisher/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/opcpublisher/revisions/8eac19a554d6/schema)
