> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# Add and manage CA and client certificates in the Postman VS Code extension

You can add a custom CA certificate in the Postman VS Code extension to connect to an API that uses a certificate registered with an internal certificate registry. You won't need to turn off SSL verification in your request. You can also add a client certificate to connect to an API that uses Mutual TLS (mTLS) authentication.

Certificates added to Postman are stored locally and aren't synced to the Postman cloud.

## Access certificates

To access certificates, do the following:

1. Click <img alt="Options icon" src="https://assets.postman.com/postman-docs/aether-icons/action-options-stroke.svg#icon" width="16px" /> **Views and More Actions** at the top of the sidebar.
2. Select **Settings > Certificates**.

To learn about adding and managing certificates in Postman, see [Add and manage CA and client certificates in Postman](/docs/sending-requests/authorization/certificates/).